We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ac685 commit d514f74Copy full SHA for d514f74
1 file changed
src/components/Message/styling/Message.scss
@@ -252,7 +252,7 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
252
grid-template-columns: minmax(0, auto) 1fr;
253
column-gap: var(--str-chat__space-8);
254
position: relative;
255
- max-width: 100%;
+ width: fit-content;
256
257
.str-chat__message-reactions-host {
258
display: flex;
@@ -519,10 +519,6 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
519
&.str-chat__message--has-attachment {
520
--str-chat__message-max-width: var(--str-chat__message-with-attachment-max-width);
521
522
- .str-chat__message-inner {
523
- width: fit-content(var(--str-chat__message-max-width));
524
- }
525
-
526
.str-chat__message-bubble {
527
width: 100%;
528
}
0 commit comments