allow long words to break in the commit-popup - fixes #697 default tip

Tue, 29 Jul 2025 18:46:02 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 29 Jul 2025 18:46:02 +0200
changeset 58
f1093b290fbf
parent 57
4454fe0aed0d

allow long words to break in the commit-popup - fixes #697

src/html.cpp file | annotate | diff | comparison | revisions
--- a/src/html.cpp	Tue Jul 15 19:18:15 2025 +0200
+++ b/src/html.cpp	Tue Jul 29 18:46:02 2025 +0200
@@ -147,6 +147,7 @@
                 font-family: sans-serif;
                 font-size: smaller;
                 display: none;
+                word-wrap: break-word;
             }
 
             .commit-popup h3 {

mercurial