Fix squeezed logo text when menu title is long

Logo text gets squeezed into very small area instead of taking place
when a menu label is long. This commit fixes it by ensuring that it is
not wrapped. This covers more cases and provides a good default for
theme users.
This commit is contained in:
undergoundwires 2022-11-16 01:32:03 +01:00
parent 345c1cb020
commit 4d433a83f9

View file

@ -16,6 +16,7 @@
&__text { &__text {
font-size: 1.125rem; font-size: 1.125rem;
white-space: nowrap;
} }
&__cursor { &__cursor {