Merge pull request #35540 from iamejaaz/multiple-list-form-fixes

fix(form): revert section design to old one
This commit is contained in:
Ejaaz Khan 2025-12-30 17:18:22 +05:30 committed by GitHub
commit fd71cc0dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 15 deletions

View file

@ -63,8 +63,8 @@ export default class Section {
make_head() {
this.head = $(`
<div class="section-head">
<span class="collapse-indicator"></span>
${__(this.df.label, null, this.df.parent)}
${__(this.df.label, null, this.df.parent)}
<span class="collapse-indicator"></span>
</div>
`);

View file

@ -78,17 +78,6 @@
}
}
}
.section-head {
display: flex;
align-items: center;
gap: 8px;
}
.section-head::after {
content: "";
flex: 1;
border-bottom: 1px solid var(--border-color);
}
.section-head,
.section-body {
margin: auto !important;
@ -125,10 +114,9 @@
display: none !important;
border: 0 !important;
}
.form-section.card-section,
.form-dashboard-section {
border-bottom: 1px solid var(--border-color);
padding: var(--padding-md) 0;
}
.form-section.card-section.hide-border {