Skip to content

Commit

Permalink
style(message): modify the message max width
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and ni00 committed Jul 11, 2023
1 parent 7a22b87 commit 41787a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/scss/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.payload {
display: inline-block;
min-height: 41px;
max-width: 65%;
max-width: 85%;
min-width: 20px;
margin: 10px 0 0px 0px;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion web/src/assets/scss/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.payload {
display: inline-block;
min-height: 41px;
max-width: 65%;
max-width: 85%;
min-width: 20px;
margin: 10px 0 0px 0px;
padding: 10px;
Expand Down

0 comments on commit 41787a6

Please sign in to comment.