Add gap between elements

This commit is contained in:
Liren Tu 2023-04-02 15:32:32 -07:00
parent d93c415bad
commit 303b47ce5a
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@
box-sizing: border-box; box-sizing: border-box;
font-size: 12px; font-size: 12px;
justify-content: space-between; justify-content: space-between;
gap: 15px;
} }
.chat-message-action-date { .chat-message-action-date {