fix: increase spacing between items in the header menu (#191)
parent
fcbd80b15b
commit
cb8747b98e
|
@ -200,6 +200,10 @@ img {
|
|||
.gdoc-menu-header {
|
||||
&__items {
|
||||
display: inline-block;
|
||||
|
||||
:not(:last-child) {
|
||||
margin-right: $padding-8;
|
||||
}
|
||||
}
|
||||
|
||||
&__control {
|
||||
|
|
Loading…
Reference in New Issue