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/02/22 09:49:13 UTC

kylin git commit: KYLIN-1412 fix select option long name display issue

Repository: kylin
Updated Branches:
  refs/heads/1.x-staging 0e5be051f -> 19ee6cc71


KYLIN-1412 fix select option long name display issue


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

Branch: refs/heads/1.x-staging
Commit: 19ee6cc71ba0b11b8f58edf0ddaf17f268b9fa06
Parents: 0e5be05
Author: janzhongi <ji...@ebay.com>
Authored: Mon Feb 22 16:48:54 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Mon Feb 22 16:48:54 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/19ee6cc7/webapp/app/less/app.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/app.less b/webapp/app/less/app.less
index 4c17b9b..5f8e941 100644
--- a/webapp/app/less/app.less
+++ b/webapp/app/less/app.less
@@ -627,3 +627,6 @@ ul.messenger .messenger-message-inner ,.ngCellText,.tree-label,.tree-leaf{
 .progress.progress-striped {
   background-color:#DCDCDC;
 }
+.chosen-container .chosen-results li.active-result{
+  word-break: break-all;
+}