From bb91805acefa32c2aedb769b1afe1f154b8e5dca Mon Sep 17 00:00:00 2001 From: Tor Hovland Date: Wed, 21 Apr 2021 21:33:48 +0200 Subject: [PATCH] Replaced flex gap with margin, for compatibility with older browsers. --- 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 415bb608911e..213ca9ec9e3e 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -117,7 +117,6 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) { } h1.fqn { display: flex; - gap: 8px; width: 100%; border-bottom: 1px dashed; margin-top: 0; @@ -465,6 +464,7 @@ h1.fqn > .out-of-band { float: unset; flex: 1; text-align: right; + margin-left: 8px; } h3.impl > .out-of-band {