-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Fix moving text in search tabs headers #59026
Conversation
ping from triage @QuietMisdreavus waiting for your review on this |
Where is this issue occurring? What problem is this fixing? |
I can't make a screenshot for it so you'll have to test it yourself: once you have search results (or not results, it doesn't matter), just switch between tabs and look at the tabs' headers' text when siwtch (doing it with tab is more obvious). In current rendering, the text moves a bit, this PR fixes this move. |
Ah, now i see it. Thanks for the explanation! @bors r+ rollup |
📌 Commit 6a4cced has been approved by |
…r=QuietMisdreavus Fix moving text in search tabs headers Fixes rust-lang#59005. Now, the text in the search tabs headers isn't moving anymore. r? @QuietMisdreavus
Rollup of 7 pull requests Successful merges: - #59004 ([rustdoc] Improve "in parameters" search and search more generally) - #59026 (Fix moving text in search tabs headers) - #59197 (Exclude old book redirect stubs from search engines) - #59330 (Improve the documentation for std::convert (From, Into, AsRef and AsMut)) - #59424 (Fix code block display in portability element in dark theme) - #59427 (Link to PhantomData in NonNull documentation) - #59432 (Improve some compiletest documentation) Failed merges: r? @ghost
Rollup of 7 pull requests Successful merges: - #59004 ([rustdoc] Improve "in parameters" search and search more generally) - #59026 (Fix moving text in search tabs headers) - #59197 (Exclude old book redirect stubs from search engines) - #59330 (Improve the documentation for std::convert (From, Into, AsRef and AsMut)) - #59424 (Fix code block display in portability element in dark theme) - #59427 (Link to PhantomData in NonNull documentation) - #59432 (Improve some compiletest documentation) Failed merges: r? @ghost
Fixes #59005.
Now, the text in the search tabs headers isn't moving anymore.
r? @QuietMisdreavus