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 {