Skip to content

Commit

Permalink
fix: [MessageList] font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
akai committed Mar 2, 2022
1 parent 75f6b01 commit 615a8e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Bubble/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

&.text {
padding: @bubble-text-padding;
line-height: @bubble-text-line-height;
font-size: @bubble-text-font-size;
white-space: pre-wrap;
word-wrap: break-word;
overflow-wrap: break-word;
Expand Down
1 change: 1 addition & 0 deletions src/components/MessageContainer/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@

.MessageList {
padding: @message-list-padding;
font-size: 15px;
}
2 changes: 0 additions & 2 deletions src/styles/var.less
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@
@bubble-right-gutter: 40px;

@bubble-text-padding: 12px;
@bubble-text-font-size: 15px;
@bubble-text-line-height: @line-height-base;

@bubble-img-max-width: 200px;
@bubble-img-max-height: 200px;
Expand Down

0 comments on commit 615a8e1

Please sign in to comment.