Skip to content

Commit

Permalink
fix(field): content not expanding
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469280303
  • Loading branch information
asyncLiz authored and copybara-github committed Aug 22, 2022
1 parent 2e15407 commit d0d5340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions field/lib/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $_enter-delay: $_label-duration - $_visible-duration;

.md3-field__content {
display: flex;
flex: 1;
opacity: 0;
transition: animation.standard(opacity, $_visible-duration);

Expand Down

0 comments on commit d0d5340

Please sign in to comment.