]> Kevux Git Server - rit/commit
gitweb: fix mobile footer overflow by wrapping text and clearing floats
authorRito Rhymes <rito@ritovision.com>
Mon, 16 Feb 2026 15:53:30 +0000 (15:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2026 19:49:13 +0000 (11:49 -0800)
commit34108d7fa3b91ca52f9f99f646c0f1ba4111d357
tree533a0a2dcc53e76bcadea237e56fd3db457d0536
parentfd10720357f01baa8a07ff6fa8e22de198424fd3
gitweb: fix mobile footer overflow by wrapping text and clearing floats

On narrow screens, footer text can wrap, but the fixed 22px footer height
and floated footer blocks can cause overflow.

Switch to min-height and add a clearfix on the footer container so it grows
to contain wrapped float content cleanly.

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