Fix edit view styling

This commit is contained in:
Jack Anderson 2024-12-05 13:37:27 +00:00
parent 5a5890f1c3
commit a0c7bc2a38

View file

@ -72,14 +72,20 @@ span.required {
.form-row > .col, .form-row > [class*=col-] {
/* padding-right: 5px !important; */
padding-left: 5px;
padding-bottom: 2px !important;
padding-bottom: 5px !important;
}
.field-layout {
> .form-row > .form-group > .form-group.row {
margin-bottom: 0;
.email_addresses {
padding-top: .5rem;
}
}
.col-form-label {
padding-top: 0;
padding-bottom: 0;