From 5dbb2a831f830b7caa2daa5818304a7ada99a6dd Mon Sep 17 00:00:00 2001 From: Amir Allayarov Date: Wed, 23 Aug 2023 23:35:23 +0800 Subject: [PATCH] #RI-4890 - remove common helper item height --- .../command-helper-search/CHSearchFilter/styles.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter/styles.module.scss b/redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter/styles.module.scss index c8f540267f..09ea7e2fff 100644 --- a/redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter/styles.module.scss +++ b/redisinsight/ui/src/components/command-helper/components/command-helper-search/CHSearchFilter/styles.module.scss @@ -44,7 +44,6 @@ } .filterKeyType { - height: 32px; line-height: 16px !important; padding: 4px !important; }