Skip to content

Commit

Permalink
Fix latest DI overflow for tall images
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Dec 13, 2024
1 parent cd2f5df commit 3cec04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/gdocs/components/LatestDataInsights.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ html:not(.js-enabled) .latest-data-insights__card,
flex-direction: column;
height: 100%;
min-height: 0;
overflow: hidden;
}

.latest-data-insights__card-body {
Expand All @@ -127,6 +128,7 @@ html:not(.js-enabled) .latest-data-insights__card,
);
}
}

.latest-data-insights__card-continue {
@include body-3-medium;

Expand Down

0 comments on commit 3cec04d

Please sign in to comment.