Skip to content

Commit

Permalink
Fix bottom gap in card expansion panel
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
undergroundwires committed Mar 26, 2024
1 parent 8924337 commit 79183d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ $card-horizontal-gap : $card-gap;
}
.card__expander {
min-height: 200px;
margin-top: $expanded-margin-top;
opacity: 1;
}
Expand Down

0 comments on commit 79183d6

Please sign in to comment.