Skip to content

Commit

Permalink
fix(dialog): have content expand to fill height
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640457974
  • Loading branch information
material-web-copybara authored and copybara-github committed Jun 5, 2024
1 parent aab5e69 commit d4ab223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialog/internal/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
font-family: map.get($tokens, 'supporting-text-font');
font-size: map.get($tokens, 'supporting-text-size');
line-height: map.get($tokens, 'supporting-text-line-height');
flex: 1;
font-weight: map.get($tokens, 'supporting-text-weight');
height: min-content; // Needed for Safari
position: relative;
Expand Down

0 comments on commit d4ab223

Please sign in to comment.