The SweetAlert at the front page may out of the page if the content is too long

Signed-off-by: Jason <jiat...@163.com>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/70c85a7a
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/70c85a7a
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/70c85a7a

Branch: refs/heads/master-cdh5.7
Commit: 70c85a7a1279ed0246dbc3c61cc47275cd1b31c5
Parents: 81403c1
Author: liguohui <liguo...@cmss.chinamobile.com>
Authored: Thu Oct 13 15:05:03 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Mon Oct 17 11:20:01 2016 +0800

----------------------------------------------------------------------
 webapp/app/less/component.less | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/70c85a7a/webapp/app/less/component.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/component.less b/webapp/app/less/component.less
index e23859d..ed1c9b7 100644
--- a/webapp/app/less/component.less
+++ b/webapp/app/less/component.less
@@ -1169,6 +1169,8 @@ ul.abn-tree li.abn-tree-row a {
 
 .sweet-alert .lead.text-muted {
   word-break: break-all;
+  max-height: 300px;
+  overflow: auto;
 }
 
 .modal-body.streaming-source .ace_editor {

Reply via email to