Fix drawer action segment flow so full-width text spacing applies

This commit is contained in:
2026-05-21 15:58:14 +02:00
parent 3430203191
commit 2bd9e1df5b
+2
View File
@@ -2116,6 +2116,8 @@ section + section {
.sg-vsf-drawer-card__actions-segment { .sg-vsf-drawer-card__actions-segment {
display: flex; display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start; justify-content: flex-start;
background: var(--surface-vsf-drawer-object-card-body); background: var(--surface-vsf-drawer-object-card-body);
} }