Merge pull request #35395 from iamejaaz/fix-section-spacing

fix: spacing between the section
This commit is contained in:
Ejaaz Khan 2025-12-22 17:54:37 +05:30 committed by GitHub
commit fb55c6d95c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -29,7 +29,7 @@
.form-section,
.form-dashboard-section {
padding: var(--padding-md);
padding: 0 var(--padding-md);
.form-section-description {
max-width: var(--page-max-width);
margin: auto;