From d977d90b2c062dbc0e4caef936a5bdb4d26f3ffa Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Tue, 2 Dec 2008 00:52:27 +0100 Subject: [PATCH] Diffs: overflow the text --- html/css/diff.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/diff.css b/html/css/diff.css index bfe75e4..5997a43 100644 --- a/html/css/diff.css +++ b/html/css/diff.css @@ -27,6 +27,10 @@ text-align: right; } +.diff .file .diffContent .lines { + overflow: auto; +} + .diff .file .diffContent .lines .hunkheader { background-color: #f7f7f7; color: #bbb;