docs: optimize site in rtl (#24246)

This commit is contained in:
xrkffgg 2020-05-18 14:07:09 +08:00 committed by GitHub
parent b87b1283ea
commit 32ee08caa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,10 @@
margin-left: 16px;
font-size: 14px;
font-family: Consolas, sans-serif;
.ant-row-rtl & {
margin-right: 16px;
margin-left: 0;
}
}
&-validation {
position: relative;
@ -72,6 +76,10 @@
margin-left: 16px;
color: @error-color;
font-size: 13px;
.ant-row-rtl & {
margin-right: 16px;
margin-left: 0;
}
&-dark {
margin-left: 0;
}