Skip to content

Commit

Permalink
Merge pull request #11528 from nanaya/forum-poll-width
Browse files Browse the repository at this point in the history
Prevent forum poll option image from overflowing
  • Loading branch information
notbakaneko authored Oct 3, 2024
2 parents 4abf984 + 68725ae commit 659347f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/bem/forum-poll-option.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
&__input {
margin-right: 10px;
}

&__label {
min-width: 0;
}
}

0 comments on commit 659347f

Please sign in to comment.