From 7631fd37053839fbd5b410f99e0288b567d5dfd0 Mon Sep 17 00:00:00 2001 From: liguohui Date: Thu, 13 Oct 2016 15:05:03 +0800 Subject: [PATCH] [KYLIN-1990]The SweetAlert at the front page may out of the page if the content is too long --- webapp/app/less/component.less | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.8.3.windows.1