FIX: Poll: option text wrapping bevahiour styling improvement (#27738)

This commit is contained in:
Robert 2024-07-05 14:27:40 +01:00 committed by GitHub
parent 9db1620842
commit 4f87f0d7ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ div.poll-outer {
button {
background-color: var(--secondary);
border: none;
text-align: left;
padding-left: 23px;
text-indent: -23px;
}
}