Use spacing token gap between text block and button in VSF drawer actions

This commit is contained in:
2026-05-21 16:00:13 +02:00
parent 2bd9e1df5b
commit b58aa91f0a
+1
View File
@@ -2119,6 +2119,7 @@ section + section {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
justify-content: flex-start; justify-content: flex-start;
gap: var(--spacing-large);
background: var(--surface-vsf-drawer-object-card-body); background: var(--surface-vsf-drawer-object-card-body);
} }