Skip to content

Commit

Permalink
Update spacing around title in grid layout (#58739)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: oandregal <[email protected]>
  • Loading branch information
3 people authored Feb 7, 2024
1 parent 15fa78d commit eeffb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
justify-content: flex-start;

.dataviews-view-grid__title-actions {
padding: $grid-unit-05 $grid-unit 0 $grid-unit-05;
padding: $grid-unit-05 $grid-unit $grid-unit-05 $grid-unit-05;
}

.dataviews-view-grid__primary-field {
Expand Down

0 comments on commit eeffb21

Please sign in to comment.