fix: if the conversation name is too long, it will overflow the current item. #607 (#972)

### What problem does this PR solve?

fix: if the conversation name is too long, it will overflow the current
item. #607

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-05-29 18:32:03 +08:00
committed by GitHub
parent 614defec21
commit e0d05a3895
2 changed files with 20 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
.chatAppContent {
overflow-y: auto;
width: 100%;
}
.chatAppCard {