You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by nj...@apache.org on 2016/04/18 08:34:59 UTC

[17/50] kylin git commit: KYLIN-1412 add word-break for options in jquery chosen select, will fix option long name issue

KYLIN-1412 add word-break for options in jquery chosen select, will fix option long name issue


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

Branch: refs/heads/1.4-rc
Commit: dbb267479b1912f34a85cc888dec10ee2899bde4
Parents: e686d85
Author: janzhongi <ji...@ebay.com>
Authored: Mon Feb 22 16:41:59 2016 +0800
Committer: janzhongi <ji...@ebay.com>
Committed: Mon Feb 22 16:41:59 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/dbb26747/webapp/app/less/app.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/app.less b/webapp/app/less/app.less
index 9a4dc4e..83e7972 100644
--- a/webapp/app/less/app.less
+++ b/webapp/app/less/app.less
@@ -676,3 +676,6 @@ ul.messenger .messenger-message-inner,.ngCellText {
 .clone-cube-window .modal-dialog {
   width: 600px; /* desired relative width */
 }
+.chosen-container .chosen-results li.active-result{
+  word-break: break-all;
+}