Browse Source

fix(msg): message icon not centered (#2982)

pull/2990/head
Li Kui 3 years ago
committed by GitHub
parent
commit
e31525a803
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      src/design/ant/index.less

13
src/design/ant/index.less

@ -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;
}

Loading…
Cancel
Save