From 1b82d8b27e9e5cec624baf81d2885bc92bb9c999 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 10 Feb 2022 01:34:04 +0100 Subject: [PATCH] fixed select2 roundness --- frontend/src/sass/inputs.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/sass/inputs.scss b/frontend/src/sass/inputs.scss index 4b66b8d93..3ae6e36d9 100644 --- a/frontend/src/sass/inputs.scss +++ b/frontend/src/sass/inputs.scss @@ -123,6 +123,7 @@ input[type="number"] { outline: none; border: none; height: auto; + border-radius: var(--roundness); } .select2-selection:focus {