From bc60822c1227f0c283084a818c46d45335580834 Mon Sep 17 00:00:00 2001
From: "michael.danielczok" <michael@pcsg.de>
Date: Mon, 12 Jun 2023 07:36:00 +0200
Subject: [PATCH] refactor: Unnecessary nowrap property on buttons.

---
 bin/css/buttons.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/css/buttons.css b/bin/css/buttons.css
index 2629890..a3bf5c8 100644
--- a/bin/css/buttons.css
+++ b/bin/css/buttons.css
@@ -8,7 +8,6 @@ a.qui-button,
     display: inline-block;
     font-weight: 400;
     text-align: center;
-    white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
-- 
GitLab