diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/components/_header.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/components/_header.scss b/assets/css/components/_header.scss index cf396ce..ce216ee 100644 --- a/assets/css/components/_header.scss +++ b/assets/css/components/_header.scss | |||
@@ -52,6 +52,7 @@ | |||
52 | color: fn.color(--fg); | 52 | color: fn.color(--fg); |
53 | line-height: fn.dim(--height); | 53 | line-height: fn.dim(--height); |
54 | text-decoration: none; | 54 | text-decoration: none; |
55 | white-space: nowrap; | ||
55 | 56 | ||
56 | &:hover, | 57 | &:hover, |
57 | &:focus { | 58 | &:focus { |