Fix layout 4 overlay centering by constraining delete stage width
This commit is contained in:
@@ -18,3 +18,12 @@
|
|||||||
#layout-vsf-list-card .sg-vsf-list-card__content-grow {
|
#layout-vsf-list-card .sg-vsf-list-card__content-grow {
|
||||||
flex: var(--layout-object-card-content-grow) 1 auto;
|
flex: var(--layout-object-card-content-grow) 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout-vsf-list-card .sg-object-card-grid.sg-delete-confirmation-pattern__stage {
|
||||||
|
display: block;
|
||||||
|
width: min(100%, var(--layout-object-group-card-max-width));
|
||||||
|
}
|
||||||
|
|
||||||
|
#layout-vsf-list-card .sg-object-card-grid.sg-delete-confirmation-pattern__stage > .sg-object-card {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user