From e4768de086c17231aeaaf3d3f8ca8604726d6a47 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Fri, 12 May 2017 11:46:37 +0200 Subject: [PATCH] Fix a bug introduced in last commit, do not pre-wrap TD cells. --- flatisfy/web/js_src/views/details.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatisfy/web/js_src/views/details.vue b/flatisfy/web/js_src/views/details.vue index a629ac1..b0abbe8 100644 --- a/flatisfy/web/js_src/views/details.vue +++ b/flatisfy/web/js_src/views/details.vue @@ -364,7 +364,7 @@ table { td { word-wrap: break-word; word-break: break-all; - white-space: pre-wrap; + white-space: normal; } .time_to_list {