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

This commit is contained in:
Li Kui 2023-08-26 07:17:06 +08:00 committed by GitHub
parent 7b26c5994c
commit e31525a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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