From 171505d7ec93d61597931beaf64a587bee978270 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 6 Aug 2023 21:29:44 +0200 Subject: [PATCH] Simplify commit css --- static/base.css | 5 +---- templates/commit_hash.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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 %}