fix: increase spacing between items in the header menu (#191)

This commit is contained in:
Robert Kaussow 2021-08-24 17:35:11 +02:00 committed by GitHub
parent fcbd80b15b
commit cb8747b98e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,10 @@ img {
.gdoc-menu-header { .gdoc-menu-header {
&__items { &__items {
display: inline-block; display: inline-block;
:not(:last-child) {
margin-right: $padding-8;
}
} }
&__control { &__control {