diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1242c12..f8b21c7 100644 --- a/static/style.css +++ b/static/style.css @@ -79,6 +79,9 @@ th[scope=row] { tr.title-row > th { background-color: var(--darker-box-background-color); } +td > pre { + margin: 0; +} .commit-id { font-family: monospace; |