feat: display two lines in image view by barredterra [frappe] PR#29063
From: https://github.com/frappe/frappe/pull/29063
Date: 2025-01-06 22:02:07+01:00
- feat: display two lines in image view
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-29063
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-29063
# 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