summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.css b/default.css
index cc45711..93a1391 100644
--- a/default.css
+++ b/default.css
@@ -103,6 +103,10 @@ tr.notice td.nick span::before, tr.notice td.nick span::after {
 	content: '-';
 }
 
+td.message {
+	overflow-wrap: anywhere;
+}
+
 footer {
 	font-size: 0.83em;
 	color: var(--dim);
RA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping