rust/src/librustdoc
Guillaume Gomez 33bf29155b
Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdreavus
Fix right arrow size for crate filter

This bug only appears when a crate has a long name:

<img width="1440" alt="screenshot 2018-12-08 at 16 36 21" src="https://user-images.githubusercontent.com/3050060/49687728-7de06180-fb07-11e8-8554-d32597351fac.png">

With this fix, it goes back to normal, whatever the size:

<img width="1440" alt="screenshot 2018-12-08 at 16 36 05" src="https://user-images.githubusercontent.com/3050060/49687730-8769c980-fb07-11e8-91b7-b5e1961211a2.png">

r? @QuietMisdreavus
2018-12-10 22:01:58 +01:00
..
clean Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
html Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdreavus 2018-12-10 22:01:58 +01:00
passes Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
core.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
markdown.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
theme.rs use top level fs functions where appropriate 2018-12-07 12:54:11 -05:00
visit_ast.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
visit_lib.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00

For more information about how librustdoc works, see the rustc guide.