Rollup merge of #85256 - GuillaumeGomez:fix-implementors-display, r=notriddle
Fix display for "implementors" section Just saw this problem when going through docs:  This fix puts it back to normal:  You can see it on the `TryFrom` page for example. r? ```@Nemo157```
This commit is contained in:
commit
5bfbabc892
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ h4 > code, h3 > code, .invisible > code {
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.content .methods > div:not(.notable-traits) {
|
||||
.content .methods > div:not(.notable-traits):not(.methods) {
|
||||
margin-left: 40px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue