diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 19:02:55 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 19:02:55 +0200 |
commit | ece34fe0815ef85db0c3a775d74625607aa65e25 (patch) | |
tree | fecf2de71e2263bc62f90adbc62088fd3bc7bca9 | |
parent | e12e7f43b07b179f4aa2cb0aa1f91e45655a94b4 (diff) |
disable line breaks in route and info line as well
-rw-r--r-- | sass/app.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 08b8f88..b561c77 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -325,6 +325,7 @@ div.app { right: 7em; height: 1.5em; overflow: hidden; + white-space: nowrap; } .route { |