From a3bbd3449f1e29fefa36064d16d7f7a140d717fe Mon Sep 17 00:00:00 2001 From: softworkz Date: Mon, 13 Jun 2016 02:42:30 +0200 Subject: [PATCH] Preserve line breaks in item overview --- dashboard-ui/css/librarybrowser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index 5173dcb095..c934c1bc1e 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -210,6 +210,10 @@ font-weight: normal !important; } +.itemOverview { + white-space: pre-wrap; +} + a.itemTag:hover { background-color: #2489ce; }