Fix RTL layout not being RTL within the columns area (#10990)
parent
5c1a46bdcf
commit
b44ae7d284
|
@ -43,6 +43,10 @@ body.rtl {
|
|||
left: 10px;
|
||||
}
|
||||
|
||||
.columns-area {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.column-header__buttons {
|
||||
left: 0;
|
||||
right: auto;
|
||||
|
|
Loading…
Reference in New Issue