set box-sizing: border-box
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:44:59 +0000 (14:44 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:44:59 +0000 (14:44 -0700)
static/gitweb-site.css

index 8022e7f..b9bd140 100644 (file)
@@ -1,3 +1,7 @@
+* {
+  box-sizing: border-box;
+}
+
 input[title^="Search project"] {
   max-width: 50%;
 }