Right-align form section actions
This commit is contained in:
@@ -296,10 +296,12 @@
|
|||||||
|
|
||||||
.sg-form-sections-card__actions {
|
.sg-form-sections-card__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
width: 100%;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
gap: var(--spacing-small);
|
gap: var(--spacing-small);
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-right: var(--layout-form-sections-interaction-indent);
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__action {
|
.sg-form-sections-card__action {
|
||||||
@@ -344,8 +346,4 @@
|
|||||||
.sg-form-sections-card__option-group {
|
.sg-form-sections-card__option-group {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-form-sections-card__actions {
|
|
||||||
padding-right: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user