From d0ead3a14c267ea301859a30396a3aa80eb9d514 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Fri, 6 Jan 2023 23:32:58 +0000 Subject: [PATCH] tweak css --- src/ui/css/diff2html.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/css/diff2html.css b/src/ui/css/diff2html.css index 59a5996..0e751eb 100644 --- a/src/ui/css/diff2html.css +++ b/src/ui/css/diff2html.css @@ -133,7 +133,7 @@ display: inline-block; white-space: nowrap; user-select: none; - width: 100%; + width: auto; /* Compensate for the absolute positioning of the line numbers */ padding: 0 4.5em; }