Skip to content
Snippets Groups Projects
Commit df2f4052 authored by Masoud Abkenar's avatar Masoud Abkenar Committed by Yamagishi Kazutoshi
Browse files

RTL: fix margins: public-layout.header.nav-button (#8823)

* RTL: fix margins: public-layout.header.nav-button

* add empty line to meet style guides
parent ef69c655
No related branches found
No related tags found
No related merge requests found
......@@ -294,4 +294,13 @@ body.rtl {
}
}
}
.public-layout {
.header {
.nav-button {
margin-left: 8px;
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