fix: spacing between the section by iamejaaz [frappe] PR#35395
From: https://github.com/frappe/frappe/pull/35395
Date: 2025-12-22 17:42:59+05:30
- fix: spacing between the section
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-35395
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-35395
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease