Skip to content

Commit 4c4e73d

Browse files
authored
[fix] Layout issues with long messages in Mobile layout only (#1336)
[fix]: Layout issues with long messages in Mobile layout only Fixes [CLNP-6806](https://sendbird.atlassian.net/browse/CLNP-6806) ### Changelogs - Added flex style option to `sendbird-message-content__left` ### Checklist Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If unsure, ask the members. This is a reminder of what we look for before merging your code. - [x] **All tests pass locally with my changes** - [ ] **I have added tests that prove my fix is effective or that my feature works** - [ ] **Public components / utils / props are appropriately exported** - [ ] I have added necessary documentation (if appropriate) [CLNP-6806]: https://sendbird.atlassian.net/browse/CLNP-6806?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 7bde647 commit 4c4e73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/MessageContent/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
display: inline-flex;
4040
min-width: 40px;
4141
position: relative;
42+
flex-shrink: 0;
4243

4344
.sendbird-message-content__left__avatar {
4445
bottom: 2px;

0 commit comments

Comments
 (0)