Skip to content

Commit

Permalink
DataViews: Fix safari grid row height issue (#58302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored and youknowriad committed Jan 31, 2024
1 parent 4371236 commit 039f126
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 @@ -260,6 +260,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 039f126

Please sign in to comment.