RTL: fix settings button margins in column headers (#8764)
This commit is contained in:
parent
0aa9c05744
commit
ef11347281
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ body.rtl {
|
|||
.column-header__buttons {
|
||||
left: 0;
|
||||
right: auto;
|
||||
margin-left: -15px;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.column-inline-form .icon-button {
|
||||
|
|
Loading…
Reference in a new issue