Right-align form section actions with content-width buttons
This commit is contained in:
@@ -276,16 +276,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__actions {
|
.sg-form-sections-card__actions {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
justify-content: flex-end;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
width: 100%;
|
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__action {
|
.sg-form-sections-card__action {
|
||||||
min-width: 0;
|
width: auto;
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-navigation-card-layout {
|
.sg-navigation-card-layout {
|
||||||
|
|||||||
Reference in New Issue
Block a user