From 09cb84048bc354a2abadc852399c19a4fbce14d8 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 9 Mar 2021 21:14:43 +0100 Subject: [PATCH] Fix typo --- src/librustdoc/html/static/rustdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 94c231cb33a8..996e0f95d088 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -1343,7 +1343,7 @@ h4 > .notable-traits { @media (min-width: 701px) { /* In case there is no documentation before a code block, we need to add some margin at the top to prevent an overlay between the "collapse toggle" and the information tooltip. - However, it's needed needed with smaller screen width because the doc/code block is always put + However, it's not needed with smaller screen width because the doc/code block is always put "one line" below. */ .information:first-child > .tooltip { margin-top: 16px;