Skip to content

Commit 40e2d02

Browse files
PD-5410 (#2827)
Co-authored-by: Angel Montenegro <a.montenegro@orcid.org>
1 parent 1080174 commit 40e2d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/cdk/panel/panel-source/panel-source.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[ngClass]="{
44
'margin-top-2': !displayTheStack,
55
'no-padding': disablePadding,
6-
'max-height-31': disablePadding
6+
'max-height-31': disablePadding && stackLength > 1 && !displayTheStack
77
}"
88
[deprecatedPadding]="!disablePadding"
99
>

0 commit comments

Comments
 (0)