the repository which powers this website
Diffstat (limited to 'themed/commit.html')
| -rw-r--r-- | themed/commit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/commit.html b/themed/commit.html index d7fafde9..a3da15e3 100644 --- a/themed/commit.html +++ b/themed/commit.html @@ -55,7 +55,7 @@ </span> </div> </div> - <div class="diff-panel"> + <div class="diff-panel overflow-x-auto"> {# Diff panel #} {! cgit_print_diff(ctx.qry.oid, NULL, NULL, 0, 0); !} </div> |