[Glitch] RTL: fix settings button margins in column headers

Port ef11347281 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Masoud Abkenar 2018-09-23 20:40:37 +02:00 committed by ThibG
parent fabfa90e6c
commit bcaea5a9e9
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,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 {