Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JialiYang-96 committed Nov 10, 2023
1 parent 1312166 commit 79314fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/src/components/message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $message-border: $border-width solid $border !default;
color: $text-subtle;
grid-area: message-time;
font-size: $message-font-size-sm;
line-height: 1;
line-height: 1.3;
}

.message-persona {
Expand All @@ -41,7 +41,7 @@ $message-border: $border-width solid $border !default;
border-radius: $message-border-radius;
background-color: $message-background-color;
font-size: $message-font-size-md;
line-height: 1.25;
line-height: 1.4;

.message-content-header {
display: grid;
Expand Down

0 comments on commit 79314fb

Please sign in to comment.