From be7b90ebcb524e622fe236ae760df058affff445 Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 18 Jan 2026 12:45:00 +0100 Subject: [PATCH] fix: button text line wrapping --- web/src/css/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/css/buttons.css b/web/src/css/buttons.css index cb435ce..ced63e1 100644 --- a/web/src/css/buttons.css +++ b/web/src/css/buttons.css @@ -8,6 +8,7 @@ font-weight: 500; border-radius: var(--radius-md); transition: all 0.15s ease; + white-space: pre; } .btn-primary { -- 2.51.2