Skip to content

Commit

Permalink
Remove overflow hidden from messagelist-message
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary committed Feb 4, 2024
1 parent 3e95a17 commit 2914c2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MessageListMessageModern.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ export default {
margin-left: 5px;
padding-top: 0;
width: 100%;
overflow: hidden;
word-break: break-word;
position: relative;
}
.kiwi-messagelist-message--modern .kiwi-messagelist-top > div {
Expand Down

0 comments on commit 2914c2e

Please sign in to comment.