From 595fc5fc014f8828dd4276e629bf4f4d6bc545f0 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 5 Jan 2023 12:51:06 +0100 Subject: [PATCH] Widen input to account for charets Signed-off-by: Anna Larch --- css/app-sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index 569c6e887..def141392 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -363,7 +363,7 @@ padding-right: 8px; input[type=number] { - width: 3em; + width: 4em; } .multiselect {