Skip to content

Commit fb434d8

Browse files
Chore: Simplify a padding style on dataviews. (#62276)
Co-authored-by: jorgefilipecosta <[email protected]> Co-authored-by: t-hamano <[email protected]>
1 parent a8739f9 commit fb434d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dataviews/src/style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,7 @@
370370
line-height: 16px;
371371

372372
&:not(:empty) {
373-
padding: $grid-unit-15 0;
374-
padding-top: 0;
373+
padding: 0 0 $grid-unit-15;
375374
}
376375

377376
.dataviews-view-grid__field {

0 commit comments

Comments
 (0)