Browse Source

[Glitch] Fix display of long poll options

Port cf2b708e6b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
ThibG 4 years ago
committed by Thibaut Girka
parent
commit
eaf49439d1
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      app/javascript/flavours/glitch/styles/polls.scss

+ 4
- 4
app/javascript/flavours/glitch/styles/polls.scss View File

@ -11,7 +11,6 @@
li {
margin-bottom: 10px;
position: relative;
height: 18px + 12px;
}
&__chart {
@ -30,13 +29,11 @@
&__text {
position: relative;
display: inline-block;
display: flex;
padding: 6px 0;
line-height: 18px;
cursor: default;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
input[type=radio],
input[type=checkbox] {
@ -106,6 +103,9 @@
font-weight: 700;
padding: 0 10px;
text-align: right;
margin-top: auto;
margin-bottom: auto;
flex: 0 0 36px;
}
&__footer {

Loading…
Cancel
Save