You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/12/16 01:17:01 UTC

[spark] branch branch-3.1 updated: [SPARK-33796][DOCS] Show hidden text from the left menu of Spark Doc

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new e30118c  [SPARK-33796][DOCS] Show hidden text from the left menu of Spark Doc
e30118c is described below

commit e30118c215ff68e4705718161ce64346538b0940
Author: Gengliang Wang <ge...@databricks.com>
AuthorDate: Wed Dec 16 10:07:35 2020 +0900

    [SPARK-33796][DOCS] Show hidden text from the left menu of Spark Doc
    
    ### What changes were proposed in this pull request?
    
    If the text in the left menu of Spark is too long, it will be hidden.
    ![sql1](https://user-images.githubusercontent.com/1097932/102249583-5ae7a580-3eb7-11eb-813c-f2e2fe019d28.jpeg)
    
    This PR is to fix the style issue.
    
    ### Why are the changes needed?
    
    Improve the UI of Spark documentation.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    ### How was this patch tested?
    
    Manual test
    After changes:
    ![sql2](https://user-images.githubusercontent.com/1097932/102249603-5fac5980-3eb7-11eb-806d-4e7b8248e6b6.jpeg)
    
    Closes #30786 from gengliangwang/fixDocStyle.
    
    Authored-by: Gengliang Wang <ge...@databricks.com>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
    (cherry picked from commit dd042f58e7a0fd2289f6889c324c0d5e4c18ad7f)
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 docs/css/main.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/css/main.css b/docs/css/main.css
index 271113c..309ad7b 100755
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -333,10 +333,6 @@ a.anchorjs-link:hover { text-decoration: none; }
   overflow-y: scroll;
 }
 
-.left-menu {
-  width: 399px;
-}
-
 .left-menu h3 {
   margin-left: 10px;
   line-height: 30px;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org