Repository: kylin
Updated Branches:
refs/heads/master 1ce81910a -> a5bf99a25
UI minor format update
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a5bf99a2
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a5bf99a2
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a5bf99a2
Branch: refs/heads/master
Commit: a5bf99a25b5aa1caf1b6d47cb7d2e67563ff29c0
Parents: a19b3ae
Author: Jason <jiatuer@163.com>
Authored: Tue May 24 16:54:39 2016 +0800
Committer: Jason <jiatuer@163.com>
Committed: Tue May 24 16:56:34 2016 +0800
----------------------------------------------------------------------
webapp/app/less/app.less | 7 +++++++
1 file changed, 7 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/kylin/blob/a5bf99a2/webapp/app/less/app.less
----------------------------------------------------------------------
diff --git a/webapp/app/less/app.less b/webapp/app/less/app.less
index 8380800..cc52b41 100644
--- a/webapp/app/less/app.less
+++ b/webapp/app/less/app.less
@@ -825,3 +825,10 @@ input:-moz-placeholder {
line-height: 1.428571429;
background-color: #ffffff;
}
+pre {
+ white-space: pre-wrap;
+ white-space: -moz-pre-wrap;
+ white-space: -pre-wrap;
+ white-space: -o-pre-wrap;
+ word-wrap: break-word;
+}
|