Skip to content

Commit

Permalink
fix(data-table): correct padding for batch action buttons (#5413)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhassel committed Feb 24, 2020
1 parent 99f3a86 commit b3e0b35
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -390,10 +390,12 @@

.#{$prefix}--action-list .#{$prefix}--btn {
color: $text-04;
padding: $button-padding-ghost;
}

.#{$prefix}--action-list .#{$prefix}--btn .#{$prefix}--btn__icon {
fill: $icon-03;
position: static;
margin-left: $spacing-03;
}

Expand Down

0 comments on commit b3e0b35

Please sign in to comment.