You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2016/10/17 03:20:25 UTC

kylin git commit: The SweetAlert at the front page may out of the page if the content is too long

Repository: kylin
Updated Branches:
  refs/heads/master 81403c1b8 -> 70c85a7a1


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

Signed-off-by: Jason <ji...@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
Commit: 70c85a7a1279ed0246dbc3c61cc47275cd1b31c5
Parents: 81403c1
Author: liguohui <li...@cmss.chinamobile.com>
Authored: Thu Oct 13 15:05:03 2016 +0800
Committer: Jason <ji...@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 {