Skip to content

Commit 065e118

Browse files
AleksanderBodurrikirjs
authored andcommitted
fix(devtools): remove property tab css that is hiding directive metadata (angular#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 angular#59493
1 parent 368d69e commit 065e118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devtools/projects/ng-devtools/src/lib/devtools-tabs/directive-explorer/property-tab/property-view/property-view-tree.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
width: 100%;
33
display: block;
44
overflow: auto;
5-
height: calc(100% - 24px);
65

76
mat-tree {
87
display: table;

0 commit comments

Comments
 (0)