mirror of
https://github.com/git/git.git
synced 2026-02-28 10:47:33 +00:00
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:
committed by
Junio C Hamano
parent
34108d7fa3
commit
f4e63fd83e
@@ -42,7 +42,7 @@ a.list img.avatar {
|
||||
}
|
||||
|
||||
div.page_header {
|
||||
height: 25px;
|
||||
min-height: 25px;
|
||||
padding: 8px;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user