[AAE-2478] Add margin to the form title to avoid overlaping the buttons (#5685)

This commit is contained in:
Baptiste Mahé 2020-05-12 12:55:25 +02:00 committed by GitHub
parent f72f82ed4a
commit 9b42a07de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,10 @@
& .mat-form-field-wrapper {
margin: 0 12px 0 0;
}
h4 {
margin-right: 55px;
}
}
&-form-title {