fix(style): instance type card height

This commit is contained in:
jialin
2026-07-22 15:52:16 +08:00
parent fe24f9b53d
commit fe0bab041b
3 changed files with 20 additions and 8 deletions
@@ -45,3 +45,10 @@
font-weight: 400;
font-size: 12px;
}
// TemplateCard applies a fixed inline height; override to let sliceable cards
// (with the extra Sliceable row) grow while keeping a 106px floor.
.instanceTypeCard {
height: auto !important;
min-height: 106px;
}