Merge pull request #1942 from atmonshi/rtl-css

fix some css for RTL
This commit is contained in:
Mike Cao 2023-04-20 11:25:59 -07:00 committed by GitHub
commit 4bd8b44420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -68,8 +68,8 @@
.value {
width: 50px;
text-align: right;
margin-right: 10px;
text-align: end;
margin-inline-end: 10px;
font-weight: 600;
cursor: pointer;
}
@ -79,7 +79,7 @@
width: 50px;
color: var(--base600);
border-left: 1px solid var(--base600);
padding-left: 10px;
padding-inline-start: 10px;
z-index: 1;
}

View file

@ -13,7 +13,7 @@
}
.label + .label {
margin-left: 20px;
margin-inline-start: 20px;
}
.hidden {