mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8a1dcaaedc
It looks like this height property was redundant prior to upgrading to angular/material 19.1.0-rc.0. An interaction between this property and that update caused elements inside of material expansion panels to be hidden. This PR removes this unnecessary height assignment entirely. PR Close #59493