Skip to content

Commit

Permalink
fix(message): compact message should not exceed max width
Browse files Browse the repository at this point in the history
In some situations when specific nested width limited elements are inside a compact message, the message could overflow the screen width
  • Loading branch information
lubber-de authored Jun 4, 2024
2 parents be049d2 + 6218f3e commit 10165a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/collections/message.less
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@

.ui.compact.message {
display: inline-block;
max-width: 100%;
}
.ui.compact.icon.message {
display: inline-flex;
Expand Down

0 comments on commit 10165a8

Please sign in to comment.