diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:29:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:29:44 +0800 |
commit | a758d8c13c83e9a664ddf75b97a459bca65dc30a (patch) | |
tree | 6c765d6958a028e96ef1da490511783de24b4f93 /static/style.css | |
parent | .editorconfig: Remove {tab/indent}_size when using tabs (diff) | |
download | forge-a758d8c13c83e9a664ddf75b97a459bca65dc30a.tar.gz forge-a758d8c13c83e9a664ddf75b97a459bca65dc30a.tar.zst forge-a758d8c13c83e9a664ddf75b97a459bca65dc30a.zip |
repo_commit: Add commit message
Diffstat (limited to '')
-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; |