-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustdoc: Search results have larger margins than before #82542
Comments
Pretty sure this happened in the last day or two because otherwise I would have noticed. Not sure if this change is intentional or not, but the only PR I could find that I think could've caused this is #82313, which doesn't seem like it was supposed to significantly change the UI. |
This seems fine to me, or at least not a bug. I think minor css changes are to be expected when we update a css library. |
I don't know, it feels a little too far spaced apart to me. |
Looks like not only search results are affected? |
Oh... #82313 (comment)
|
…lize-css, r=apiraino Revert "Update normalize.css to 8.0.1" Reverts rust-lang#82313 Fixes rust-lang#82548 Fixes rust-lang#82542 `@jsha:` I'm reverting until we can come up with a new version which is fully working. r? `@jyn514`
…Gomez Upgrade normalize.css to v8.0.1 Fixes rust-lang#86629, this addresses rust-lang#82548 and rust-lang#82542 with tweaks. I expect that this changes the style *slightly* but shouldn't have any major changes. Here's some changes I observed, I'd say they all are an improvement. <details> <summary>Before</summary> ![before 1](https://user-images.githubusercontent.com/25030997/123854746-0fc84800-d95a-11eb-8484-ea86dfe0ae14.png) ![before 2](https://user-images.githubusercontent.com/25030997/123854754-135bcf00-d95a-11eb-8cca-f49994629e08.png) </details> <details> <summary>After</summary> ![after 1](https://user-images.githubusercontent.com/25030997/123854809-21115480-d95a-11eb-9dd2-0d3b9ca45edd.png) ![after 2](https://user-images.githubusercontent.com/25030997/123854818-22428180-d95a-11eb-83aa-fb5a698124f9.png) </details> r? `@jsha`
nightly (2021-02-25)
beta (1.51.0-beta.3)
The text was updated successfully, but these errors were encountered: