jsgui - don't wrap catalog items in accordion

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

Branch: refs/heads/0.7.0-incubating
Commit: 0c825e867588b6d9be6271f438b54e78e33d85ca
Parents: e917f08
Author: Alex Heneveld <[email protected]>
Authored: Sat Jun 20 09:50:45 2015 -0700
Committer: Alex Heneveld <[email protected]>
Committed: Sun Jun 21 12:22:11 2015 -0700

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/css/base.css | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/0c825e86/usage/jsgui/src/main/webapp/assets/css/base.css
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/css/base.css 
b/usage/jsgui/src/main/webapp/assets/css/base.css
index 20938b5..c33d015 100644
--- a/usage/jsgui/src/main/webapp/assets/css/base.css
+++ b/usage/jsgui/src/main/webapp/assets/css/base.css
@@ -1114,6 +1114,11 @@ tr.app-add-wizard-config-entry {
     margin-bottom: 6px;
     background-color: #F0F0F0;
     border-radius: 5px;
+    overflow-y: scroll;
+}
+.catalog-accordion-wrapper .accordion-nav-row {
+    white-space: pre;
+    word-wrap: normal;
 }
 .accordion-item {
     -webkit-border-radius: 5px;

Reply via email to