chore: fix divider stylelint errors (#32473)

This commit is contained in:
afc163 2021-10-13 19:45:49 +08:00 committed by GitHub
parent be064df13b
commit ec625a00db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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