Skip to content

Commit e31525a

Browse files
authored
fix(msg): message icon not centered (#2982)
1 parent 7b26c59 commit e31525a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/design/ant/index.less

+12-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@
88
}
99
}
1010

11-
span.anticon:not(.app-iconify, .anticon-vertical-align-top, .anticon-bell, .anticon-left, .anticon-right) {
11+
span.anticon:not(
12+
.app-iconify,
13+
.anticon-vertical-align-top,
14+
.anticon-bell,
15+
.anticon-left,
16+
.anticon-right,
17+
.anticon-check-circle,
18+
.anticon-info-circle,
19+
.anticon-close-circle,
20+
.anticon-exclamation-circle,
21+
.anticon-loading
22+
) {
1223
vertical-align: 0.125em !important;
1324
}
1425

0 commit comments

Comments
 (0)