Add gap between elements
This commit is contained in:
parent
d93c415bad
commit
303b47ce5a
|
@ -325,6 +325,7 @@
|
|||
box-sizing: border-box;
|
||||
font-size: 12px;
|
||||
justify-content: space-between;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.chat-message-action-date {
|
||||
|
|
Loading…
Reference in New Issue