From e6b1c1dc771d4c1dae37cce6b032414135e91ea0 Mon Sep 17 00:00:00 2001 From: 5Amogh <amoghavarsh@navadhiti.com> Date: Tue, 4 Oct 2022 14:04:25 +0530 Subject: [PATCH] Issue #SB-31042 fix:UI dropdown option slected mark fixed --- .../program-datasets/program-datasets.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.scss b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.scss index b0630e4daa..0fea300e28 100644 --- a/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.scss +++ b/src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.scss @@ -165,7 +165,7 @@ display: inline-table !important; width: 100% !important; line-height: 1.5em !important; - padding-top: 0.625rem; + padding: 0.625rem 1.5em; } .mat-option-text{ display: flex !important; @@ -177,7 +177,6 @@ .mat-dropdown__options span:before { display: flex !important; align-self: flex-end !important; - right: 0.5rem !important; } } \ No newline at end of file -- GitLab