Skip to content

Commit

Permalink
[HTML] Add horizontal gap between embed fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jul 24, 2021
1 parent 6fa7cbe commit eec4123
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
.chatlog__embed-fields {
display: flex;
flex-wrap: wrap;
gap: 0 0.5em;
}
.chatlog__embed-field {
Expand Down

0 comments on commit eec4123

Please sign in to comment.