[Glitch] Fix display of long poll options

Port cf2b708e6b to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
ThibG 2019-09-13 16:04:09 +02:00 committed by Thibaut Girka
parent ef8c311a66
commit eaf49439d1
1 changed files with 4 additions and 4 deletions

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 {