Skip to content

Commit d355b0e

Browse files
committed
rustdoc: remove unnecessary max-width on headers
This code was added in 003b2bc to prevent these headers from overlapping `.out-of-band` side items. That stopped being a problem when 3f92ff3 switched rustdoc over to using `float`, rather than `position: absolute`, to implement this.
1 parent a37499a commit d355b0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ h2.location a {
684684
}
685685

686686
.method > .code-header, .trait-impl > .code-header {
687-
max-width: calc(100% - 41px);
688687
display: block;
689688
}
690689

0 commit comments

Comments
 (0)