Skip to content

Commit

Permalink
fix(DataTable-BatchAction): resolve batch action button alignment (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
punnoosewilson authored Aug 4, 2023
1 parent ab551c2 commit 449b1bf
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 449b1bf

Please sign in to comment.