diff --git a/static/style.css b/static/style.css index 728c32e..901a8df 100644 --- a/static/style.css +++ b/static/style.css @@ -288,11 +288,17 @@ a:hover { margin-top: 0.5rem; } +tr { + display:flex; + flex-direction: row; +} + .file-content { background: var(--light-gray); overflow-y: hidden; overflow-x: auto; - display: block; + display: inline-block; + width: 100%; } .diff-type {