From 2d99686817f53e4fd73d9a77ad4a62e6e5587ccf Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Sun, 24 Sep 2023 05:22:07 +0200
Subject: avoid line breaks in destination field

---
 sass/app.scss | 1 +
 1 file changed, 1 insertion(+)

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;
 			}
-- 
cgit v1.2.3