Skip to content

Commit

Permalink
NAS-131218: Form Buttons overlap (#10686)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Sep 17, 2024
1 parent 1cef683 commit d6612ff
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
:host,
:host-context(mat-dialog-container .ix-form-container) :host {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: flex-end;
margin: 0;

::ng-deep > * {
margin: 0 0 0 8px;
}
}

:host-context(.ix-form-container) :host {
flex-wrap: wrap;
gap: 8px;
justify-content: flex-start;
margin: 0 10px;

::ng-deep > * {
margin: 0 8px 0 0;
}
}

:host-context(mat-vertical-stepper) :host {
flex-wrap: wrap;
justify-content: flex-start;

::ng-deep > * {
margin: 0 8px 0 0;
gap: 8px;
}
}

0 comments on commit d6612ff

Please sign in to comment.