Rollup merge of #43862 - QuietMisdreavus:get-in-line-autohide, r=GuillaumeGomez
rustdoc: put auto-hidden docblock labels in line with the toggle before:  after:  (images taken from `std::heap::AllocErr`)
This commit is contained in:
commit
a3a59a1711
@ -1271,7 +1271,7 @@
|
||||
e.innerHTML = labelForToggleButton(true);
|
||||
});
|
||||
onEach(toggle.getElementsByClassName('toggle-label'), function(e) {
|
||||
e.style.display = 'block';
|
||||
e.style.display = 'inline-block';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user