From e8563aec0b4f6b2c7dc925b34b195adb75a8a40e Mon Sep 17 00:00:00 2001 From: martincupela Date: Fri, 12 Dec 2025 10:50:55 +0100 Subject: [PATCH] fix: remove duplicate padding from .str-chat__modal__suggest-poll-option dialog --- src/v2/styles/Poll/Poll-layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/v2/styles/Poll/Poll-layout.scss b/src/v2/styles/Poll/Poll-layout.scss index 675864e..5a72c0e 100644 --- a/src/v2/styles/Poll/Poll-layout.scss +++ b/src/v2/styles/Poll/Poll-layout.scss @@ -177,6 +177,10 @@ .str-chat__form-field-error { height: 1rem; } + + .str-chat__dialog__controls { + padding-bottom: 0; + } } .str-chat__modal__poll-answer-list,