Skip to content

Commit 17aa21a

Browse files
amitmarkelcopybara-github
authored andcommitted
fix(dialog): have content expand to fill height
PiperOrigin-RevId: 640664403
1 parent 3440dbe commit 17aa21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dialog/internal/_dialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
font-family: map.get($tokens, 'supporting-text-font');
184184
font-size: map.get($tokens, 'supporting-text-size');
185185
line-height: map.get($tokens, 'supporting-text-line-height');
186+
flex: 1;
186187
font-weight: map.get($tokens, 'supporting-text-weight');
187188
height: min-content; // Needed for Safari
188189
position: relative;

0 commit comments

Comments
 (0)