diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 05:22:07 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-24 05:22:25 +0200 |
commit | 2d99686817f53e4fd73d9a77ad4a62e6e5587ccf (patch) | |
tree | 099cead7a8f5edff6babfaa0c1b54e1034fc3fa0 | |
parent | c422365afac6c21f6401d40cd0f6add1bf47538c (diff) |
avoid line breaks in destination field
-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 8c0c075..08b8f88 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -342,6 +342,7 @@ div.app { bottom:0; left:4em; width: 70%; + white-space: nowrap; overflow: hidden; color: $fg; } |