[Glitch] RTL: fix margins of public-account-header__tabs

Port e2065ceead to glitch-soc
lolsob-rspec
Thibaut Girka 2018-10-07 20:44:02 +02:00 committed by ThibG
parent c8690cc917
commit 52f97080e7
1 changed files with 5 additions and 0 deletions

View File

@ -306,5 +306,10 @@ body.rtl {
margin-right: 0;
}
}
.public-account-header__tabs {
margin-left: 0;
margin-right: 20px;
}
}
}