From e0cda7b55f567b907514f1747c0a18fb5c413c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 29 Feb 2024 08:47:28 +0100 Subject: [PATCH] fix: Properly center align the search/add row button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/shared/components/ncTable/sections/Options.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/components/ncTable/sections/Options.vue b/src/shared/components/ncTable/sections/Options.vue index 4a617bb7f..906790dba 100644 --- a/src/shared/components/ncTable/sections/Options.vue +++ b/src/shared/components/ncTable/sections/Options.vue @@ -202,10 +202,12 @@ export default { .actionButtonsLeft { display: inline-flex; align-items: center; + padding-left: calc(var(--default-grid-baseline) * 1); } :deep(.actionButtonsLeft button) { min-width: fit-content; + margin-top: 5px; } .searchAndFilter {