Skip to content

Commit 0d29820

Browse files
committed
fix: prevent poll text overflow with ellipsis
1 parent 80fcd73 commit 0d29820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166

167167
.str-chat__quoted-message-preview {
168168
padding: var(--str-chat__spacing-2);
169+
170+
.str-chat__quoted-poll-preview__name {
171+
@include utils.ellipsis-text();
172+
overflow-x: hidden; // force ellipsis to show
173+
}
169174
}
170175

171176
.str-chat__recording-permission-denied-notification {

0 commit comments

Comments
 (0)