rustdoc: remove unnecessary max-width
on headers
This code was added in003b2bc1c6
to prevent these headers from overlapping `.out-of-band` side items. That stopped being a problem when3f92ff34b5
switched rustdoc over to using `float`, rather than `position: absolute`, to implement this.
This commit is contained in:
parent
9062b780b3
commit
ba5f05b1c4
@ -674,7 +674,6 @@ h2.location a {
|
||||
}
|
||||
|
||||
.method > .code-header, .trait-impl > .code-header {
|
||||
max-width: calc(100% - 41px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user