From ddff3fc39014546a901ccdc8b3de6b16a8078128 Mon Sep 17 00:00:00 2001 From: Ritik Kapoor Date: Wed, 15 Jan 2025 18:04:41 +0000 Subject: [PATCH] fix: [CODE-3038] label selector height (#3277) * fix: [CODE-3038] label selector height --- .../components/Label/LabelSelector/LabelSelector.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Label/LabelSelector/LabelSelector.module.scss b/web/src/components/Label/LabelSelector/LabelSelector.module.scss index d0aa8178c..8c5756076 100644 --- a/web/src/components/Label/LabelSelector/LabelSelector.module.scss +++ b/web/src/components/Label/LabelSelector/LabelSelector.module.scss @@ -62,7 +62,7 @@ .labelMenu { min-height: fit-content !important; - max-height: 386px !important; + max-height: 376px !important; overflow: scroll; padding-left: 0px !important ; padding-right: 0px !important ;