We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fcd73 commit 0d29820Copy full SHA for 0d29820
src/v2/styles/MessageInput/MessageInput-layout.scss
@@ -166,6 +166,11 @@
166
167
.str-chat__quoted-message-preview {
168
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
+ }
174
}
175
176
.str-chat__recording-permission-denied-notification {
0 commit comments