Avoid line breaks in poll options

Port 0d8890f073 to glitch-soc
lolsob-rspec
Eugen Rochko 2019-03-06 04:54:32 +01:00 committed by Thibaut Girka
parent 3ce4d88e6c
commit 31017d18a5
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
li {
margin-bottom: 10px;
position: relative;
height: 18px + 12px;
}
&__chart {
@ -27,6 +28,9 @@
padding: 6px 0;
line-height: 18px;
cursor: default;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
input[type=radio],
input[type=checkbox] {