mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
chore: fix divider stylelint errors (#32473)
This commit is contained in:
parent
be064df13b
commit
ec625a00db
@ -111,9 +111,11 @@
|
||||
&::before {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
&::after {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ant-divider-inner-text {
|
||||
padding-left: 0;
|
||||
}
|
||||
@ -123,9 +125,11 @@
|
||||
&::before {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&::after {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.ant-divider-inner-text {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user