From 1e2fe802d1f82b81ac30fd9ca267da12f75032a2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Oct 2021 11:37:30 +0200 Subject: Force live type specification in first step --- .../src/app/shared/shared-forms/select/select-shared.component.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/app/shared/shared-forms') diff --git a/client/src/app/shared/shared-forms/select/select-shared.component.scss b/client/src/app/shared/shared-forms/select/select-shared.component.scss index 1e9b60fec..f7b001fe8 100644 --- a/client/src/app/shared/shared-forms/select/select-shared.component.scss +++ b/client/src/app/shared/shared-forms/select/select-shared.component.scss @@ -3,6 +3,10 @@ $form-base-input-width: auto; +.text-muted { + font-size: 90%; +} + ng-select { width: $form-base-input-width; -- cgit v1.2.3