From a9533f38dcd6f8c656c5a0a3596f659985cde41b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Nov 2025 17:59:29 -0500 Subject: [PATCH] Limit search box width on family tree page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set max-width: 400px on search card to prevent it from being too wide 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/family_tree.html | 1 + 1 file changed, 1 insertion(+) diff --git a/kjvstudy_org/templates/family_tree.html b/kjvstudy_org/templates/family_tree.html index de3f9d5..a45df64 100644 --- a/kjvstudy_org/templates/family_tree.html +++ b/kjvstudy_org/templates/family_tree.html @@ -36,6 +36,7 @@ border-radius: 6px; margin-bottom: 1.5rem; background: #fff; + max-width: 400px; } .search-card h2 {