Skip to content

Commit a2e1698

Browse files
authored
fix: Emoji reactions overflow in thread (#600)
Fixes: [UIKIT-3917](https://sendbird.atlassian.net/browse/UIKIT-3917)
1 parent ff947eb commit a2e1698

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/modules/Thread/components/ThreadList/ThreadListItemContent.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
}
2828
}
2929

30+
.sendbird-thread-list-item-content__middle__body-container {
31+
width: 100%;
32+
}
33+
3034
// incoming
3135
.sendbird-thread-list-item-content.incoming {
3236
.sendbird-thread-list-item-content__left {
@@ -167,7 +171,6 @@
167171

168172
.sendbird-thread-list-item-content__middle__body-container {
169173
position: relative;
170-
width: fit-content;
171174
.sendbird-thread-list-item-content__middle__body-container__created-at {
172175
position: absolute;
173176
bottom: 2px;
@@ -211,7 +214,6 @@
211214

212215
.sendbird-thread-list-item-content__middle__body-container {
213216
position: relative;
214-
width: fit-content;
215217
display: flex;
216218
flex-direction: column;
217219

src/ui/ThumbnailMessageItemBody/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
height: 270px;
1212
border-radius: 16px;
1313
@include mobile() {
14-
width: 66vw;
1514
min-width: 160px;
1615
}
1716
&.reactions {

0 commit comments

Comments
 (0)