Unverified Commit 51f7e8f1 authored by Alex Andreev's avatar Alex Andreev Committed by GitHub
Browse files

Not using paddings for empty top bar items (#5249)

Signed-off-by: default avatarAlex Andreev <alex.andreev.email@gmail.com>
Showing with 2 additions and 2 deletions
+2 -2
......@@ -26,7 +26,7 @@
&:first-of-type {
padding-left: 1.5rem;
& > * {
& > *:not(:empty) {
margin-right: 1rem;
}
}
......@@ -34,7 +34,7 @@
&:last-of-type {
padding-right: 1.5rem;
& > * {
& > *:not(:empty) {
margin-left: 1rem;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment