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:
parent
345c1cb020
commit
4d433a83f9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
&__text {
|
||||
font-size: 1.125rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&__cursor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue