Skip to content

Commit

Permalink
DataViews: Fix safari grid row height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Jan 26, 2024
1 parent a241134 commit f5bbe3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@
.dataviews-view-grid {
margin-bottom: $grid-unit-30;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
grid-template-rows: max-content;
padding: 0 $grid-unit-40;

@include break-xlarge() {
Expand Down

0 comments on commit f5bbe3c

Please sign in to comment.