mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-30 02:52:22 +08:00
Fix create view styling
This commit is contained in:
parent
a0c7bc2a38
commit
f4929db4af
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@
|
|||
.field-layout-field-group-wrapper {
|
||||
min-height: 2em;
|
||||
}
|
||||
|
||||
.create.field-layout .field-separation {
|
||||
border-top: 1px solid #ddd;
|
||||
margin-top: 0.25rem !important;
|
||||
padding-top: 5px !important;
|
||||
}
|
||||
.field-layout .field-separation {
|
||||
border-top: 1px solid #ddd;
|
||||
margin-top: 0px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue