Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeGomez
rustdoc: remove unnecessary `max-width` on headers This code was added in003b2bc1c6to prevent these headers from overlapping `.out-of-band` side items. That stopped being a problem when3f92ff34b5switched rustdoc over to using `float`, rather than `position: absolute`, to implement this.
This commit is contained in:
commit
f4c492cb5d
2 changed files with 1 additions and 2 deletions
|
|
@ -674,7 +674,6 @@ h2.location a {
|
|||
}
|
||||
|
||||
.method > .code-header, .trait-impl > .code-header {
|
||||
max-width: calc(100% - 41px);
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue