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