FIX: Poll: option text wrapping bevahiour styling improvement (#27738)
This commit is contained in:
parent
9db1620842
commit
4f87f0d7ef
|
@ -25,6 +25,9 @@ div.poll-outer {
|
|||
button {
|
||||
background-color: var(--secondary);
|
||||
border: none;
|
||||
text-align: left;
|
||||
padding-left: 23px;
|
||||
text-indent: -23px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue