From 991aabf390f7f8a8f51b54983ed7045655016176 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 29 Sep 2015 00:57:53 -0500 Subject: [PATCH] Use word-wrap instead of word-break. --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index fab3751..e23ff91 100644 --- a/static/style.css +++ b/static/style.css @@ -128,7 +128,7 @@ table#cv-result-sources tr:nth-child(even) { table#cv-result-sources td:first-child { overflow: hidden; - word-break: break-all; + word-wrap: break-word; } table#cv-result-head-table { @@ -149,7 +149,7 @@ table#cv-result-head-table td:nth-child(odd) { font-size: 1.25em; font-weight: bold; overflow: hidden; - word-break: break-all; + word-wrap: break-word; } table#cv-result-head-table td:nth-child(2) div:nth-child(1) {