Fix the max-height

This commit is contained in:
Girish Ramakrishnan
2016-09-07 14:25:23 -07:00
parent bde9279742
commit 486db676c9
2 changed files with 7 additions and 1 deletions

View File

@@ -210,6 +210,12 @@ html {
top: 0;
}
.app-postinstall-message {
max-height: 500px;
overflow-x: none;
overflow-y: auto;
}
// ----------------------------
// Appstore view
// ----------------------------

View File

@@ -211,7 +211,7 @@
<h4 class="modal-title">Using {{ appPostInstall.app.fqdn }}</h4>
</div>
<div class="modal-body">
<div class="appstore-install-description">
<div class="app-postinstall-message">
<div ng-bind-html="appPostInstall.message | markdown2html"></div>
</div>
</div>