Skip to content

Commit

Permalink
Chore: Simplify a padding style on dataviews. (#62276)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
3 people authored Jun 4, 2024
1 parent a8739f9 commit fb434d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,7 @@
line-height: 16px;

&:not(:empty) {
padding: $grid-unit-15 0;
padding-top: 0;
padding: 0 0 $grid-unit-15;
}

.dataviews-view-grid__field {
Expand Down

0 comments on commit fb434d8

Please sign in to comment.