rustdoc: use block flex for line-number CSS

`display: inline-flex` was used as part of
e961d397ca, the original commit that added
these line numbers. Does anyone know why it was done this way?
This commit is contained in:
Michael Howell 2022-09-21 15:26:15 -07:00
parent db4b4d3bec
commit 7a718f3be2

View file

@ -577,13 +577,9 @@ h2.location a {
}
.rustdoc .example-wrap {
display: inline-flex;
display: flex;
margin-bottom: 10px;
}
.example-wrap {
position: relative;
width: 100%;
}
.example-wrap > pre.line-number {