Skip to content
Snippets Groups Projects
Unverified Commit 57643557 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Avoid line breaks in poll options (#10188)

parent 5996be99
No related branches found
No related tags found
No related merge requests found
......@@ -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] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment