rust/src/librustdoc/html
Dylan DPC 84e1aa2d59
Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle
rustdoc: Fix item info display overflow

I came across this issue when reading local `Iterator` docs (reproduced in this screenshot):

![Screenshot from 2022-04-05 17-45-13](https://user-images.githubusercontent.com/3050060/161798150-769ee838-4768-4df8-9d34-b02eb8104eed.png)

The problem comes from the fact that `span` isn't `display: block` by default. Since `item-info` was already present on `<div>` in other places, I moved the last one to `div` as well.

r? `@notriddle`
2022-04-06 03:39:08 +02:00
..
highlight rustdoc: use better highlighting for *const, *mut, and &mut 2021-10-25 11:13:43 -07:00
length_limit Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown Update rustdoc tests for headings indent 2022-02-09 14:55:26 +01:00
render Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle 2022-04-06 03:39:08 +02:00
static Remove animation on source sidebar 2022-03-19 16:59:56 +01:00
templates Rollup merge of #93418 - ojeda:no-shortcut, r=camelid 2022-03-04 02:06:38 +01:00
toc Format the world 2019-12-22 17:42:47 -05:00
url_parts_builder Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpider 2022-03-11 06:47:49 +00:00
highlight.rs librustdoc: adopt let else in more places 2022-03-04 10:33:29 +01:00
layout.rs Remove configuration which became unused in 8abb4bb698 2022-01-10 18:40:57 +01:00
length_limit.rs Don't panic if close_tag() is called without tags to close 2021-08-25 20:09:17 -07:00
markdown.rs Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, r=Mark-Simulacrum 2022-03-10 23:12:57 +01:00
mod.rs rustdoc: Add UrlPartsBuilder 2021-12-13 13:49:33 -08:00
sources.rs Remove unneeded whitespace generation and use CSS instead instead to align line numbers to the right 2022-03-07 12:04:51 +01:00
static_files.rs Use the updated Rust logo and change it's format to SVG 2022-01-13 14:44:30 +01:00
tests.rs rustdoc: avoid many Symbol to String conversions. 2022-01-14 11:57:18 -08:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00
url_parts_builder.rs Document and test UrlPartsBuilder::push_fmt 2022-01-14 12:05:35 -08:00