Skip to content

Commit 10165a8

Browse files
authored
fix(message): compact message should not exceed max width
In some situations when specific nested width limited elements are inside a compact message, the message could overflow the screen width
2 parents be049d2 + 6218f3e commit 10165a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/collections/message.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195

196196
.ui.compact.message {
197197
display: inline-block;
198+
max-width: 100%;
198199
}
199200
.ui.compact.icon.message {
200201
display: inline-flex;

0 commit comments

Comments
 (0)