Avoid line breaks in poll options

Port 57643557b6 to glitch-soc
master
Eugen Rochko 5 years ago committed by Thibaut Girka
parent 7f32d675b0
commit 94f1a751bf
  1. 4
      app/javascript/flavours/glitch/styles/polls.scss

@ -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] {

Loading…
Cancel
Save