Replaced flex gap with margin, for compatibility with older browsers.

This commit is contained in:
Tor Hovland 2021-04-21 21:33:48 +02:00
parent a10d01be22
commit bb91805ace

View File

@ -117,7 +117,6 @@ h4:not(.method):not(.type):not(.tymethod):not(.associatedconstant) {
} }
h1.fqn { h1.fqn {
display: flex; display: flex;
gap: 8px;
width: 100%; width: 100%;
border-bottom: 1px dashed; border-bottom: 1px dashed;
margin-top: 0; margin-top: 0;
@ -465,6 +464,7 @@ h1.fqn > .out-of-band {
float: unset; float: unset;
flex: 1; flex: 1;
text-align: right; text-align: right;
margin-left: 8px;
} }
h3.impl > .out-of-band { h3.impl > .out-of-band {