Skip to content

Commit

Permalink
Fix squeezed logo text when menu title is long
Browse files Browse the repository at this point in the history
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.
undergroundwires committed Nov 16, 2022
1 parent 345c1cb commit 4d433a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/scss/_logo.scss
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@

&__text {
font-size: 1.125rem;
white-space: nowrap;
}

&__cursor {

0 comments on commit 4d433a8

Please sign in to comment.