From ea2f59f94e284afe3524b9b6e233adf64958e17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Thu, 25 May 2023 19:55:57 +0200 Subject: [PATCH] Preserve whitespaces in messages by using pre-wrap, fixes #10 --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/static/style.css b/frontend/static/style.css index 791f096..49ad3a4 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -82,6 +82,7 @@ input[type="number"] { padding: .5rem; border-radius: var(--border-radius); max-width: fit-content; + white-space: pre-wrap; } button {