From bc8adae6a3121872ef9f9718c748071c253cf571 Mon Sep 17 00:00:00 2001 From: josephatJ Date: Tue, 19 Nov 2024 16:31:02 +0300 Subject: [PATCH] Fix dropdown padding issue --- .../modules/form/components/field/field.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/app/shared/modules/form/components/field/field.component.scss b/ui/src/app/shared/modules/form/components/field/field.component.scss index 62a76120a..cf4eddc4c 100644 --- a/ui/src/app/shared/modules/form/components/field/field.component.scss +++ b/ui/src/app/shared/modules/form/components/field/field.component.scss @@ -32,9 +32,9 @@ text-overflow: ellipsis !important; display: block !important; line-height: 30px !important; - padding: 0 16px !important; - padding-top: 2rem !important; - padding-bottom: 2rem !important; + // padding: 0 16px !important; + // padding-top: 2rem !important; + // padding-bottom: 2rem !important; text-align: left !important; text-decoration: none !important; max-width: 100% !important;