Replaced flex gap with margin, for compatibility with older browsers.
This commit is contained in:
parent
a10d01be22
commit
bb91805ace
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user