We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It renders as 3.3.0-RC1... instead of 3.3.0-RC1-bin-20221224-6f5bb34-NIGHTLY
3.3.0-RC1...
3.3.0-RC1-bin-20221224-6f5bb34-NIGHTLY
The problem is the CSS width is not wide enough. https://github.com/lampepfl/dotty/blob/6f5bb3494f7ad69cbf2eff1fb012b65b7af3cc2d/scaladoc/resources/dotty_res/styles/theme/layout/header.css#L71
width
The text was updated successfully, but these errors were encountered:
Fix: Correct the nightly version cut off in scaladoc (#17024)
8020c77
In this commit I corrected the cut off of the nightly version by changing : - The width in auto for desktop version - The max-width in `calc(12 * var(--base-spacing));` for better responsiveness Desktop Before: <img width="994" alt="Screenshot 2023-03-01 at 11 04 44" src="https://user-images.githubusercontent.com/44496264/222109159-79249ec2-359c-4782-9dcc-88c75ca10454.png"> After: <img width="1001" alt="Screenshot 2023-03-01 at 11 04 27" src="https://user-images.githubusercontent.com/44496264/222109141-630a85ef-d2c2-4312-b143-d54f97c2506e.png"> Mobile Before: <img width="409" alt="Screenshot 2023-03-01 at 11 13 07" src="https://user-images.githubusercontent.com/44496264/222109747-253c685e-44ea-4e5d-8330-f2576c729895.png"> After: <img width="409" alt="Screenshot 2023-03-01 at 11 07 12" src="https://user-images.githubusercontent.com/44496264/222108968-ae3cc503-cca2-4a65-a76d-9d7e1006e131.png"> Fixes: #16588
Successfully merging a pull request may close this issue.
It renders as
3.3.0-RC1...
instead of3.3.0-RC1-bin-20221224-6f5bb34-NIGHTLY
The problem is the CSS
width
is not wide enough.https://github.com/lampepfl/dotty/blob/6f5bb3494f7ad69cbf2eff1fb012b65b7af3cc2d/scaladoc/resources/dotty_res/styles/theme/layout/header.css#L71
The text was updated successfully, but these errors were encountered: