fix(dialog): have content expand to fill height

PiperOrigin-RevId: 640664403
This commit is contained in:
Amit Markel 2024-06-05 15:11:58 -07:00 committed by Copybara-Service
parent 3440dbe6b9
commit 17aa21a53e

View File

@ -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;