fix: poll option text overflow
This commit is contained in:
parent
675b3e4ee6
commit
afe2955a25
2 changed files with 10 additions and 4 deletions
|
@ -735,6 +735,12 @@ select:focus {
|
|||
height: 25px;
|
||||
}
|
||||
|
||||
.poll_option {
|
||||
height: max-content;
|
||||
overflow: auto;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
/* pillmenu */
|
||||
.pillmenu {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue