Skip to content
Snippets Groups Projects
Commit 185cb2dc authored by Masoud Abkenar's avatar Masoud Abkenar Committed by Eugen Rochko
Browse files

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

* RTL: fix margins of public-account-header__tabs

* fix style

* even more stylish code :)
parent 144d7373
No related branches found
No related tags found
No related merge requests found
......@@ -302,5 +302,10 @@ body.rtl {
margin-right: 0;
}
}
.public-account-header__tabs {
margin-left: 0;
margin-right: 20px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment