Skip to content

Commit

Permalink
fix(DataTable-BatchAction): resolve batch action button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
punnoosewilson committed Aug 3, 2023
1 parent d533d50 commit 723807e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,8 @@
.#{$prefix}--table-toolbar--sm .#{$prefix}--btn--primary {
height: rem(32px);
min-height: auto;
padding-top: calc(0.375rem - 3px);
padding-bottom: calc(0.375rem - 3px);
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}

.#{$prefix}--table-toolbar--sm
Expand Down

0 comments on commit 723807e

Please sign in to comment.