Browse Source

Stops button text wrapping

main
Eric Amodio 6 years ago
parent
commit
78eb68c220
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/ui/scss/main.scss

+ 1
- 0
src/ui/scss/main.scss View File

@ -165,6 +165,7 @@ ul {
text-decoration: none;
text-transform: uppercase;
user-select: none;
white-space: nowrap;
&:focus {
outline: none;

Loading…
Cancel
Save