mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Fix edit view styling
This commit is contained in:
parent
5a5890f1c3
commit
a0c7bc2a38
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue