Skip to content

Commit 449b1bf

Browse files
fix(DataTable-BatchAction): resolve batch action button alignment (#14384)
1 parent ab551c2 commit 449b1bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/styles/scss/components/data-table/action/_data-table-action.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,8 @@
633633
.#{$prefix}--table-toolbar--sm .#{$prefix}--btn--primary {
634634
height: rem(32px);
635635
min-height: auto;
636-
padding-top: calc(0.375rem - 3px);
637-
padding-bottom: calc(0.375rem - 3px);
636+
padding-top: 0.375rem;
637+
padding-bottom: 0.375rem;
638638
}
639639

640640
.#{$prefix}--table-toolbar--sm

0 commit comments

Comments
 (0)