amalgame/commit

Break long urls when word wrapping in evaluator popup window

authorJacco van Ossenbruggen
Tue Nov 22 17:55:00 2016 +0100
committerJacco van Ossenbruggen
Tue Nov 22 17:55:00 2016 +0100
commitbcf60a01d30bc6c868c695a097cceec0587a7d72
treedb72dde48b1649a2602897664733f396ece60706
parent66122e3122497f2f631faf2cc12d040e1ee14a3c
Diff style: patch stat
diff --git a/web/css/evaluater.css b/web/css/evaluater.css
index 20ca07e..039eb31 100644
--- a/web/css/evaluater.css
+++ b/web/css/evaluater.css
@@ -122,6 +122,7 @@
 }
 #detail .manualfixes .concepturi {
 	opacity: 0.3;
+	overflow-wrap: break-word;
 }
 #detail .manualfixes .comment {
 	display: inline-block;