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

RTL: fix admin account margins in about page (#9005)

parent 72d7d300
No related branches found
No related tags found
No related merge requests found
......@@ -309,3 +309,15 @@ body.rtl {
}
}
}
.landing-page__information {
.account__display-name {
margin-right: 0;
margin-left: 5px;
}
.account__avatar-wrapper {
margin-left: 12px;
margin-right: 0;
}
}
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