Skip to content

Commit

Permalink
[AAE-2478] Add margin to the form title to avoid overlaping the butto…
Browse files Browse the repository at this point in the history
…ns (#5685)
  • Loading branch information
BaptisteMahe committed May 12, 2020
1 parent f72f82e commit 9b42a07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/process-services/src/lib/form/start-form.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
& .mat-form-field-wrapper {
margin: 0 12px 0 0;
}

h4 {
margin-right: 55px;
}
}

&-form-title {
Expand Down

0 comments on commit 9b42a07

Please sign in to comment.