From 0bf92dc93d63f0b8dd7488d605b24595e4dc7c1d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 19 Feb 2025 19:21:52 +0800 Subject: css: .commit-id { work-break: break-word; } --- static/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 765f37a..3e4d729 100644 --- a/static/style.css +++ b/static/style.css @@ -150,6 +150,7 @@ td > pre { /* Table misc and scrolling */ .commit-id { font-family: monospace; + word-break: break-word; } .scroll { overflow-x: auto; -- cgit v1.2.3