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>
This commit is contained in:
Rito Rhymes
2026-02-16 15:53:31 +00:00
committed by Junio C Hamano
parent 34108d7fa3
commit f4e63fd83e

View File

@@ -42,7 +42,7 @@ a.list img.avatar {
}
div.page_header {
height: 25px;
min-height: 25px;
padding: 8px;
font-size: 150%;
font-weight: bold;