Skip to content

Commit bb91805

Browse files
author
Tor Hovland
committed
Replaced flex gap with margin, for compatibility with older browsers.
1 parent a10d01b commit bb91805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
117117
}
118118
h1.fqn {
119119
display: flex;
120-
gap: 8px;
121120
width: 100%;
122121
border-bottom: 1px dashed;
123122
margin-top: 0;
@@ -465,6 +464,7 @@ h1.fqn > .out-of-band {
465464
float: unset;
466465
flex: 1;
467466
text-align: right;
467+
margin-left: 8px;
468468
}
469469

470470
h3.impl > .out-of-band {

0 commit comments

Comments
 (0)