diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-09-07 21:48:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-07 21:48:21 +0200 |
| commit | 09e7bb427e2830791ae08dbc9f69a525620f1929 (patch) | |
| tree | 8618873695a873b1d7f1fdf886b1536551ca512c /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp | |
| parent | acb3d11f1bc1c74f30efefa230ed97138544175c (diff) | |
| parent | 210c851dcdf1a713e0cfef0d468a529b077a2bc2 (diff) | |
| download | rust-09e7bb427e2830791ae08dbc9f69a525620f1929.tar.gz rust-09e7bb427e2830791ae08dbc9f69a525620f1929.zip | |
Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=GuillaumeGomez
rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }`
According to MDN, [flex-direction] only applies to [flex containers], which are boxes with `display: flex` or `inline-flex`.
However, the `.rustdoc` body container is not a flex-container on mobile. A few lines above, it's set to `display: block`, so this selector does not have any effect.
[flex-direction]: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-direction
[flex containers]: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox#the_flex_container
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
