RTL: fix margins of public-account-header__tabs (#8897)

* RTL: fix margins of public-account-header__tabs

* fix style

* even more stylish code :)
th-downstream
Masoud Abkenar 6 years ago committed by Eugen Rochko
parent 708c12af1e
commit e2065ceead

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

Loading…
Cancel
Save