Fix styling regressions from RTL layout refactor (#24415)
This commit is contained in:
parent
ec0c104bf2
commit
45848d6547
6 changed files with 32 additions and 20 deletions
|
@ -19,10 +19,22 @@ body.rtl {
|
|||
direction: rtl;
|
||||
}
|
||||
|
||||
.account__avatar-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.column-header__setting-arrows {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.admin-wrapper {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.react-swipeable-view-container > * {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.simple_form .label_input__append {
|
||||
&::after {
|
||||
background-image: linear-gradient(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue