Skip to content

Commit

Permalink
fix(plugin-emoji): replace start with flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Jul 29, 2024
1 parent d7bc400 commit 3f89b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-emoji/src/lib/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

display: flex;
flex-wrap: wrap;
justify-content: start;
justify-content: flex-start;

width: 19rem;
max-height: 14rem;
Expand Down

0 comments on commit 3f89b7d

Please sign in to comment.