From 079c9b33313828f7985744b99cb37e887f349263 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Tue, 1 Feb 2022 14:11:13 +0300 Subject: [PATCH] Fine-tune inputs harder Signed-off-by: Alex Andreev --- .../components/item-object-list/item-list-layout.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/renderer/components/item-object-list/item-list-layout.scss b/src/renderer/components/item-object-list/item-list-layout.scss index 3a305ad8a0..c9941474dc 100644 --- a/src/renderer/components/item-object-list/item-list-layout.scss +++ b/src/renderer/components/item-object-list/item-list-layout.scss @@ -20,17 +20,8 @@ white-space: nowrap; } - .NamespaceSelect { - .Select { - &__value-container { - margin-bottom: 0px; - padding-bottom: 2px; - } - } - } - .SearchInput label { - padding: 6px 8px; + padding: 7px; // Align with sibling selector } }