From bcba0e11296b1c41e95b892e13ee8eff6dfde0fe Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 6 Dec 2016 11:53:23 +0000 Subject: [PATCH] Don't collapse spaces in tag keys and values Fixes #1386 --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 2a00f1b06..bb0e6f0d4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1182,6 +1182,7 @@ tr.turn:hover { width: 50%; padding: 6px 10px; word-wrap: break-word; + white-space: pre-wrap; } .browse-tag-k { -- 2.43.2