rustdoc: remove unnecessary max-width on headers

This code was added in 003b2bc1c6 to prevent
these headers from overlapping `.out-of-band` side items. That stopped
being a problem when 3f92ff34b5 switched
rustdoc over to using `float`, rather than `position: absolute`, to
implement this.
This commit is contained in:
Michael Howell 2022-09-20 12:07:35 -07:00
parent 9062b780b3
commit ba5f05b1c4

View File

@ -674,7 +674,6 @@ h2.location a {
}
.method > .code-header, .trait-impl > .code-header {
max-width: calc(100% - 41px);
display: block;
}