mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(devtools): remove property tab css that is hiding directive metadata (#59493)
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
This commit is contained in:
parent
368d69e115
commit
065e1187fc
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
width: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
height: calc(100% - 24px);
|
||||
|
||||
mat-tree {
|
||||
display: table;
|
||||
|
|
|
|||
Loading…
Reference in a new issue