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 } }