Merge pull request #35395 from iamejaaz/fix-section-spacing
fix: spacing between the section
This commit is contained in:
commit
fb55c6d95c
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
`);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue