Skip to content
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: Fix search result layout for enum variants and struct fields #34477

Merged
merged 1 commit into from
Jun 27, 2016

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Jun 25, 2016

This was broken in #34234.

For example:
before after
before after

cc @GuillaumeGomez

@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@GuillaumeGomez
Copy link
Member

Thanks!

@bors: r+

@bors
Copy link
Contributor

bors commented Jun 26, 2016

📌 Commit 27e4ecd has been approved by GuillaumeGomez

@bors
Copy link
Contributor

bors commented Jun 26, 2016

⌛ Testing commit 27e4ecd with merge e9ab267...

@bors
Copy link
Contributor

bors commented Jun 26, 2016

💔 Test failed - auto-win-gnu-32-opt-rustbuild

@GuillaumeGomez
Copy link
Member

@bors: retry

@bors
Copy link
Contributor

bors commented Jun 26, 2016

⌛ Testing commit 27e4ecd with merge 6fb20ac...

@bors
Copy link
Contributor

bors commented Jun 26, 2016

💔 Test failed - auto-linux-32-opt

@GuillaumeGomez
Copy link
Member

@bors: retry

@bors
Copy link
Contributor

bors commented Jun 27, 2016

⌛ Testing commit 27e4ecd with merge 126af08...

@bors bors merged commit 27e4ecd into rust-lang:master Jun 27, 2016
@ollie27 ollie27 deleted the patch-1 branch June 30, 2016 11:44
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Aug 11, 2017
…aumeGomez

rustdoc: Fix broken CSS in search results

The layout is currently broken for struct/union fields and enum variants
in the search results when searching from a struct, union or enum page.

Some examples:
https://doc.rust-lang.org/nightly/std/ops/struct.RangeInclusive.html?search=start
https://doc.rust-lang.org/nightly/std/option/enum.Option.html?search=some

 rust-lang#34477 was an incomplete fix
MaloJaffre added a commit to MaloJaffre/rust that referenced this pull request Aug 11, 2017
…aumeGomez

rustdoc: Fix broken CSS in search results

The layout is currently broken for struct/union fields and enum variants
in the search results when searching from a struct, union or enum page.

Some examples:
https://doc.rust-lang.org/nightly/std/ops/struct.RangeInclusive.html?search=start
https://doc.rust-lang.org/nightly/std/option/enum.Option.html?search=some

 rust-lang#34477 was an incomplete fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants