From 601592dbf88d89f3cc79f28bb1cdc9851efa4cc5 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 15 Feb 2016 12:16:29 +0100 Subject: [PATCH] Revert "Fix style issues with long plugin output" This reverts commit c73ddcff424c70f4e391e1b494ea1d943ecb9896. Sorry, break-all is not a solution and looks terrible. Might be used as a fallback for browsers with buggy hyphens, but not as a default for every plugin output. No human being wants to read text formatted that way. refs #10820 --- modules/monitoring/public/css/module.less | 4 ---- modules/monitoring/public/css/tables.less | 1 - 2 files changed, 5 deletions(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index d15bc4a0e..5e6bc1aae 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -427,10 +427,6 @@ form.instance-features span.description, form.object-features span.description { border-left: 5px solid @gray-lighter; padding: 0.66em 0.33em; - &.preformatted { - word-break: break-all; - } - .state-critical { background-color: @color-critical; color: @body-bg-color; diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 9885f8f17..f2f5fd44f 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -77,7 +77,6 @@ font-family: @font-family-fixed; font-size: @font-size-small; margin: 0; - word-break: break-all; } // Table for performance data in detail views