diff --git a/static/base.css b/static/base.css index 90e593f..d72b62e 100644 --- a/static/base.css +++ b/static/base.css @@ -109,10 +109,6 @@ nav img { font-weight: bold; } -.commit .message { - margin: 1em 0ch 1em 4ch; -} - .commit dl { display: grid; grid: auto-flow / min-content 1fr; @@ -130,6 +126,7 @@ nav img { } .commit pre { + margin: 1em 0ch 1em 4ch; white-space: pre-wrap; } diff --git a/templates/commit_hash.html b/templates/commit_hash.html index 5251183..0689e88 100644 --- a/templates/commit_hash.html +++ b/templates/commit_hash.html @@ -53,6 +53,6 @@ This commit can be reached from a tracked ref. {% endfor %} -
{{ message }}
+
{{ message }}
{% endblock %}