fix: poll option text overflow

This commit is contained in:
trisua 2025-06-05 21:28:01 -04:00
parent 675b3e4ee6
commit afe2955a25
2 changed files with 10 additions and 4 deletions

View file

@ -735,6 +735,12 @@ select:focus {
height: 25px;
}
.poll_option {
height: max-content;
overflow: auto;
overflow-wrap: anywhere;
}
/* pillmenu */
.pillmenu {
display: flex;