Skip to content

Commit

Permalink
fix: toolbar icon center
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Oct 6, 2024
1 parent cedbabc commit 120eb6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/fluent-editor/src/assets/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ $arrowWidth: 5px; // 下拉框箭头宽度
}

&.ql-snow {
button {
display: inline-flex;
align-items: center;
justify-content: center;
}
.ql-active,
.ql-picker-label.ql-active,
.ql-picker-label:hover,
Expand Down

0 comments on commit 120eb6a

Please sign in to comment.