From cd42e3b0f77de44c70537ea305a972b5c8bcb513 Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Wed, 8 Dec 2021 16:14:34 +0100 Subject: [PATCH] Line break fix --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f91e30b..7f6c920 100644 --- a/style.css +++ b/style.css @@ -55,6 +55,7 @@ body { user-select: none; border: var(--thickness) solid currentColor; border-radius: 16px; + white-space: nowrap; -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); }