Ensure VSF drawer actions keep spacing-large after card segment base rules
This commit is contained in:
@@ -2343,6 +2343,12 @@ section + section {
|
||||
background: var(--surface-object-card-lower-segment);
|
||||
}
|
||||
|
||||
.sg-card-segment.sg-vsf-drawer-card__actions-segment {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: var(--spacing-large);
|
||||
}
|
||||
|
||||
.sg-group-card {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user