-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-33796][DOCS] Show hidden text from the left menu of Spark Doc #30786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| } | ||
|
|
||
| .left-menu { | ||
| width: 399px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The width is specified as 210px in its parent .left-menu-wrapper
|
Test build #132838 has finished for PR 30786 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Thanks @gengliangwang for fixing this! |
|
Merged to master and branch-3.1. |
### 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 dd042f5) Signed-off-by: HyukjinKwon <[email protected]>
|
@gengliangwang, should we fix it in branch-3.0 too? it has a conflict. |
|
@HyukjinKwon sure, I will do it. |
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: