From cf46c45baf622ca0867a51beb0962438013fa890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 30 Dec 2021 13:15:34 +0100 Subject: [PATCH] Fix dropdown icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/forms.scss b/app/styles/forms.scss index eebe8ee02..e62ec0b11 100644 --- a/app/styles/forms.scss +++ b/app/styles/forms.scss @@ -496,7 +496,7 @@ code { &::after { display: flex; align-items: center; - font-family: "Font Awesome 5 Free"; + font-family: 'Font Awesome 5 Free'; content: ""; position: absolute; right: 12px; @@ -504,6 +504,7 @@ code { padding-left: 12px; pointer-events: none; margin-top: 8px; + font-weight: 900; } }