We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1080174 commit 40e2d02Copy full SHA for 40e2d02
1 file changed
src/app/cdk/panel/panel-source/panel-source.component.html
@@ -3,7 +3,7 @@
3
[ngClass]="{
4
'margin-top-2': !displayTheStack,
5
'no-padding': disablePadding,
6
- 'max-height-31': disablePadding
+ 'max-height-31': disablePadding && stackLength > 1 && !displayTheStack
7
}"
8
[deprecatedPadding]="!disablePadding"
9
>
0 commit comments