Enforce auto card segment height and top content alignment

This commit is contained in:
2026-05-18 19:42:54 +02:00
parent e70ac7dbe8
commit 15b3593420
+3
View File
@@ -1866,7 +1866,10 @@ section + section {
.sg-card-segment {
display: flex;
flex-direction: column;
height: auto;
justify-content: flex-start;
align-items: stretch;
align-content: flex-start;
padding:
var(--layout-card-segment-padding-top)
var(--layout-card-segment-padding-right)