Repository: zeppelin
Updated Branches:
  refs/heads/master 93e37620c -> dad72cef5


[ZEPPELIN-1217] Remove horizontal scrollbar in Zeppelin conf table

### What is this PR for?
This PR will fix 
[ZEPPELIN-1217](https://issues.apache.org/jira/browse/ZEPPELIN-1217).

Current [Zeppelin configuration 
table](https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/install/install.html#apache-zeppelin-configuration)
 is hard to compare the env variable name with the descriptions at a glance 
because of the horizontal scrollbar. So I just removed the scrollbar.

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-1217](https://issues.apache.org/jira/browse/ZEPPELIN-1217)

### Screenshots (if appropriate)
 - Before
![before](https://cloud.githubusercontent.com/assets/10060731/17239827/10957730-55a2-11e6-90c8-86724d835530.gif)

 - After
![after](https://cloud.githubusercontent.com/assets/10060731/17239828/1374f1a6-55a2-11e6-99c4-01d7959482a4.gif)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <fbdkdu...@hanmail.net>

Closes #1241 from AhyoungRyu/ZEPPELIN-1217 and squashes the following commits:

eb96fc4 [AhyoungRyu] Remove horizontal scrollbar in Zeppelin conf table


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

Branch: refs/heads/master
Commit: dad72cef5f82ead5e3a3f3e5a9e7bce21b4e8c68
Parents: 93e3762
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Authored: Fri Jul 29 15:23:47 2016 +0900
Committer: Damien CORNEAU <cornead...@gmail.com>
Committed: Thu Sep 1 14:11:49 2016 +0900

----------------------------------------------------------------------
 docs/assets/themes/zeppelin/css/style.css | 3 +--
 docs/install/install.md                   | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/dad72cef/docs/assets/themes/zeppelin/css/style.css
----------------------------------------------------------------------
diff --git a/docs/assets/themes/zeppelin/css/style.css 
b/docs/assets/themes/zeppelin/css/style.css
index 7fa1b8a..98b3895 100644
--- a/docs/assets/themes/zeppelin/css/style.css
+++ b/docs/assets/themes/zeppelin/css/style.css
@@ -438,11 +438,10 @@ a.anchor {
 .content table {
   display: block;
   width: 100%;
-  overflow: auto;
   word-break: normal;
   word-break: keep-all;
   -webkit-overflow-scrolling: touch;
-  font-size: 90%;
+  font-size: 87%;
   margin-top: 16px;
   margin-bottom: 16px;
 }

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/dad72cef/docs/install/install.md
----------------------------------------------------------------------
diff --git a/docs/install/install.md b/docs/install/install.md
index b0f9fe4..ee92325 100644
--- a/docs/install/install.md
+++ b/docs/install/install.md
@@ -198,7 +198,7 @@ You can configure Apache Zeppelin with both **environment 
variables** in `conf/z
     <th>zepplin-env.sh</th>
     <th>zepplin-site.xml</th>
     <th>Default value</th>
-    <th>Description</th>
+    <th class="col-md-4">Description</th>
   </tr>
   <tr>
     <td>ZEPPELIN_PORT</td>
@@ -354,7 +354,7 @@ You can configure Apache Zeppelin with both **environment 
variables** in `conf/z
     <td>ZEPPELIN_NOTEBOOK_AZURE_CONNECTION_STRING</td>
     <td>zeppelin.notebook.azure.connectionString</td>
     <td></td>
-    <td>The Azure storage account connection string<br />i.e. 
<code>DefaultEndpointsProtocol=https;AccountName=&lt;accountName&gt;;AccountKey=&lt;accountKey&gt;</code></td>
+    <td>The Azure storage account connection string<br />i.e. 
<br/><code>DefaultEndpointsProtocol=https;<br/>AccountName=&lt;accountName&gt;;<br/>AccountKey=&lt;accountKey&gt;</code></td>
   </tr>
   <tr>
     <td>ZEPPELIN_NOTEBOOK_AZURE_SHARE</td>

Reply via email to