fix: min height for rows in sales funnel by ljain112 [frappe] PR#42545
From: https://github.com/frappe/erpnext/pull/42545
Date: 2024-07-30 17:49:56+05:30
- fix: min height for rows in sales funnel
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42545
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42545
# 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