fix: improve header alignment in table column selector by barredterra [frappe] PR#28989
From: https://github.com/frappe/frappe/pull/28989
Date: 2025-01-03 20:06:32+01:00
- fix: improve header alignment in table column selector (#28989)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28989
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28989
# 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