You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:52:20 UTC

[47/50] [abbrv] brooklyn-ui git commit: don't wrap in the tree view of apps

don't wrap in the tree view of apps


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/e08847ed
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/e08847ed
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/e08847ed

Branch: refs/heads/0.5.0
Commit: e08847ed05f2047b2d1030631742db25db4a54c2
Parents: badb594
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Mar 14 01:47:46 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Mar 14 01:47:46 2013 +0000

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/css/prettybrook.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/e08847ed/usage/jsgui/src/main/webapp/assets/css/prettybrook.css
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/css/prettybrook.css b/usage/jsgui/src/main/webapp/assets/css/prettybrook.css
index f33e8a7..3e01976 100644
--- a/usage/jsgui/src/main/webapp/assets/css/prettybrook.css
+++ b/usage/jsgui/src/main/webapp/assets/css/prettybrook.css
@@ -475,6 +475,7 @@ ol.tree {
 	padding: 0px 8px 6px 2px;
 	overflow-x: scroll;
 	margin: 0;
+	white-space: nowrap;
 }
 
 .label-message {