From d70a5c91b92e54ca170a14f42eae3b4b58d6520f Mon Sep 17 00:00:00 2001 From: nanaya Date: Thu, 3 Oct 2024 19:52:02 +0900 Subject: [PATCH] Prevent poll option image(?) from overflowing --- resources/css/bem/forum-poll-option.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/bem/forum-poll-option.less b/resources/css/bem/forum-poll-option.less index b4703584d25..ac4182aa217 100644 --- a/resources/css/bem/forum-poll-option.less +++ b/resources/css/bem/forum-poll-option.less @@ -14,4 +14,8 @@ &__input { margin-right: 10px; } + + &__label { + min-width: 0; + } }