Skip to content

Commit

Permalink
runfix: make assets use all available width (#16646)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira authored Jan 26, 2024
1 parent 76a02a2 commit 3c92396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/components/asset/common/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
position: relative;
display: flex;
overflow: hidden;
width: 100%;
max-width: var(--conversation-message-asset-width);
min-height: 64px;

Expand Down

0 comments on commit 3c92396

Please sign in to comment.