Skip to content
Snippets Groups Projects
Commit cf2b708e authored by ThibG's avatar ThibG Committed by Eugen Rochko
Browse files

Fix display of long poll options (#11717)

parent 225edac1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@
li {
margin-bottom: 10px;
position: relative;
height: 18px + 12px;
}
&__chart {
......@@ -24,13 +23,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] {
......@@ -99,6 +96,9 @@
font-weight: 700;
padding: 0 10px;
text-align: right;
margin-top: auto;
margin-bottom: auto;
flex: 0 0 36px;
}
&__footer {
......
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