aboutsummaryrefslogtreecommitdiffstats
path: root/portal-common/src/main/webapp/framework/browser/templates/functional.html
diff options
context:
space:
mode:
Diffstat (limited to 'portal-common/src/main/webapp/framework/browser/templates/functional.html')
-rw-r--r--portal-common/src/main/webapp/framework/browser/templates/functional.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/portal-common/src/main/webapp/framework/browser/templates/functional.html b/portal-common/src/main/webapp/framework/browser/templates/functional.html
index 0640f354..78f01fd7 100644
--- a/portal-common/src/main/webapp/framework/browser/templates/functional.html
+++ b/portal-common/src/main/webapp/framework/browser/templates/functional.html
@@ -23,8 +23,10 @@
<button type="button" class="btn btn-default" ng-click="showModify()">Modify</button>
<button type="button" class="btn btn-default" ng-click="showDelete()">Delete</button>
<button type="button" class="btn btn-default" ng-click="showWorkflow()">Workflow</button>
- <div class="shortnoteHeader">ShortNote</div>
- <div class="shortnoteText">{{functionalTipData}}</div>
+ <div class="shortnote">
+ <div class="shortnoteHeader">ShortNote</div>
+ <div class="shortnoteText">{{functionalTipData}}</div>
+ </div>
</div>