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

Port 185cb2dc3a to glitch-soc
This commit is contained in:
Thibaut Girka 2018-10-07 20:44:02 +02:00 committed by ThibG
parent f1c3053d36
commit b4ba1058b8
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;
}
}
}