Skip to content

Commit

Permalink
fix: Properly center align the search/add row button
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Feb 29, 2024
1 parent 79d0e67 commit e0cda7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/components/ncTable/sections/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e0cda7b

Please sign in to comment.