Skip to content

Commit 11b4f3e

Browse files
authored
fix: remove duplicate padding from .str-chat__modal__suggest-poll-option dialog (#347)
1 parent 427ba5a commit 11b4f3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/styles/Poll/Poll-layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
.str-chat__form-field-error {
178178
height: 1rem;
179179
}
180+
181+
.str-chat__dialog__controls {
182+
padding-bottom: 0;
183+
}
180184
}
181185

182186
.str-chat__modal__poll-answer-list,

0 commit comments

Comments
 (0)