fix diff view highlighting
authorgit <redacted>
Wed, 13 May 2026 22:16:08 +0000 (18:16 -0400)
committergit <redacted>
Wed, 13 May 2026 22:16:08 +0000 (18:16 -0400)
gitweb.css

index 13475111d91b48dd1fa7f7f3050095bde0769b1e..fe56e836d4b3277679dba6371625fd9437db46ce 100644 (file)
@@ -636,6 +636,11 @@ div.diff.from_file a.path:hover {
   background: #eaf2f5;
   color: #999;
 }
+.rem,
+.add {
+  display: inline-block;
+  min-width: 100%;
+}
 .rem {
   background: #ffdddd;
 }