diff options
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |