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 {
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 {