Skip to content

Commit

Permalink
chore: margin-bottom spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YyumeiZhang committed Aug 19, 2024
1 parent cf816b2 commit dd41595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semi-foundation/chat/chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $module: #{$prefix}-chat;
display: flex;
flex-direction: row;
margin-top: $spacing-chat_chatBox-marginY;
margin-Bottom: $spacing-chat_chatBox-marginY;
margin-bottom: $spacing-chat_chatBox-marginY;
column-gap: $spacing-chat_chatBox-columnGap;

&:hover {
Expand Down

0 comments on commit dd41595

Please sign in to comment.