diff --git a/static/base.css b/static/base.css index ac5a67e..ed8894d 100644 --- a/static/base.css +++ b/static/base.css @@ -79,7 +79,7 @@ dd { .commit dl { display: grid; - grid: auto-flow / min-content max-content; + grid: auto-flow / min-content 1fr; column-gap: 1ch; } @@ -87,3 +87,7 @@ dd { .commit .untracked a { color: #777; } + +.commit pre { + white-space: pre-wrap; +}