Skip to content

Commit

Permalink
fix(msg): message icon not centered (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Aug 25, 2023
1 parent 7b26c59 commit e31525a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/design/ant/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,18 @@
}
}

span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell, .anticon-left, .anticon-right) {
span.anticon:not(
.app-iconify,
.anticon-vertical-align-top,
.anticon-bell,
.anticon-left,
.anticon-right,
.anticon-check-circle,
.anticon-info-circle,
.anticon-close-circle,
.anticon-exclamation-circle,
.anticon-loading
) {
vertical-align: 0.125em !important;
}

Expand Down

0 comments on commit e31525a

Please sign in to comment.