[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

View File

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