Skip to content

Commit

Permalink
Prevent poll option image(?) from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Oct 3, 2024
1 parent 39b0e73 commit d70a5c9
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 d70a5c9

Please sign in to comment.