From 3b3ae78176b34ffad243b290b0092962847fd519 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Mon, 1 Sep 2025 17:31:00 +0200 Subject: [PATCH] trying to fix line breaks between tag and removal button --- web/src/main/resources/web/css/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 4024f94..be81bed 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -256,6 +256,7 @@ textarea{ border: 1px solid orange; border-radius: 5px; padding: 5px; + white-space: nowrap; } .taglist .tag button{