You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/11/14 19:03:37 UTC

[3/5] qpid-dispatch git commit: DISPATCH-801 Allow log messages to wrap on overview dialog

DISPATCH-801 Allow log messages to wrap on overview dialog


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/72a8dc2b
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/72a8dc2b
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/72a8dc2b

Branch: refs/heads/master
Commit: 72a8dc2b72644c5316933ceda5aff3389a9d092f
Parents: 7166fe5
Author: Ernest Allen <ea...@redhat.com>
Authored: Tue Nov 14 14:00:18 2017 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Tue Nov 14 14:00:18 2017 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/css/plugin.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/72a8dc2b/console/stand-alone/plugin/css/plugin.css
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/css/plugin.css b/console/stand-alone/plugin/css/plugin.css
index 38ade72..fcacd56 100644
--- a/console/stand-alone/plugin/css/plugin.css
+++ b/console/stand-alone/plugin/css/plugin.css
@@ -915,6 +915,7 @@ table.log-entry pre {
     background-color: #f5f5f5;
     color: inherit;
     margin: 0;
+    white-space: pre-wrap;
 }
 
 circle.node.normal.console {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org