Skip to content

Commit

Permalink
Add css except rule for last emoji row
Browse files Browse the repository at this point in the history
  • Loading branch information
juhojama committed Nov 3, 2023
1 parent f147938 commit 916c94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/inc/defaultbase.less
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ div.sceditor-dropdown div {
margin: 2px;
}

.sceditor-emojies > div > div {
.sceditor-emojies > div > div:not(:last-child) {
margin-bottom: 6px;
}

Expand Down

0 comments on commit 916c94d

Please sign in to comment.