Fix bottom gap in card expansion panel

This commit fixes an unintended bottom gap in the card expansional
panel, observed in the Windows script collection's "Advanced settings".

This issue arrives from a `min-height` CSS property that no longer
aligns with the current method for achieving balanced padding. It's only
visible when an action (a card) contains too few scripts (nodes).
This commit is contained in:
undergroundwires
2024-03-26 09:56:50 +01:00
parent 89243371fa
commit 79183d6417

View File

@@ -248,7 +248,6 @@ $card-horizontal-gap : $card-gap;
}
.card__expander {
min-height: 200px;
margin-top: $expanded-margin-top;
opacity: 1;
}