aboutsummaryrefslogtreecommitdiffstats
path: root/portal-common/src/main/webapp/framework/browser/templates/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'portal-common/src/main/webapp/framework/browser/templates/tree.html')
-rw-r--r--portal-common/src/main/webapp/framework/browser/templates/tree.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/portal-common/src/main/webapp/framework/browser/templates/tree.html b/portal-common/src/main/webapp/framework/browser/templates/tree.html
index dd8f96bc..0bb63b55 100644
--- a/portal-common/src/main/webapp/framework/browser/templates/tree.html
+++ b/portal-common/src/main/webapp/framework/browser/templates/tree.html
@@ -18,5 +18,8 @@
<h4>{{message}}</h4>
<div id="tree1" class="ztree" ng-init="init()"></div><!-- ng-if="treeLoaded()"-->
-<div class="shortnoteHeader">ShortNote</div>
-<div class="shortnoteText">{{treeTip}}</div>
+
+<div class="shortnote">
+ <div class="shortnoteHeader">ShortNote</div>
+ <div class="shortnoteText">{{treeTip}}</div>
+</div>