allow input to shrink on smaller screens
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:56:38 +0000 (14:56 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:56:38 +0000 (14:56 -0700)
static/gitweb-site.css

index 13f3148..6ea8161 100644 (file)
@@ -43,6 +43,8 @@ div.page_body {
     & > * { flex: 0 0 auto; }
   }
 
+  input { min-width: 0 }
+
   table.shortlog {
     tr {
       display: flex;