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 <[email protected]>
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.

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:

Closes #30786 from gengliangwang/fixDocStyle.
Authored-by: Gengliang Wang <[email protected]>
Signed-off-by: HyukjinKwon <[email protected]>
(cherry picked from commit dd042f58e7a0fd2289f6889c324c0d5e4c18ad7f)
Signed-off-by: HyukjinKwon <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]