Skip to content

Commit

Permalink
Fix button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 4, 2024
1 parent 6847db0 commit 191e7b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,7 @@
display: block;
width: 24px;
}

.dataviews-bulk-edit-button.components-button.is-secondary {
padding-right: $grid-unit-15 + 2px;
}

0 comments on commit 191e7b1

Please sign in to comment.