]> git.ipfire.org Git - thirdparty/git.git/commit
gitweb: let page header grow on mobile for long wrapped project names
authorRito Rhymes <rito@ritovision.com>
Mon, 16 Feb 2026 15:53:31 +0000 (15:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2026 19:49:13 +0000 (11:49 -0800)
commitf4e63fd83e5b33f0113cb7e2231d013c515f0a8b
tree7307c4fc09ec7da80bb2187415be03a4b7c94f18
parent34108d7fa3b91ca52f9f99f646c0f1ba4111d357
gitweb: let page header grow on mobile for long wrapped project names

On mobile, long project names in the page header can wrap to multiple lines,
but the fixed 25px header height does not grow with wrapped content.

Switch the header from fixed height to min-height so it expands as needed
while keeping the same baseline height for single-line titles.

Signed-off-by: Rito Rhymes <rito@ritovision.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/static/gitweb.css