fix(polls): Don't let poll question and option text overflow

This commit is contained in:
Vlad Piersec 2021-10-11 09:35:11 +03:00 committed by vp8x8
parent 5344e2bfae
commit 16c3a35da9
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ a.poll-detail-link, a.poll-change-vote-link {
border-width: thin;
border-style: solid;
border-color: #616161;
word-break: break-word;
}
.poll-create-label {