rustdoc: put auto-hidden docblock labels in line with the toggle
This commit is contained in:
@@ -1271,7 +1271,7 @@
|
||||
e.innerHTML = labelForToggleButton(true);
|
||||
});
|
||||
onEach(toggle.getElementsByClassName('toggle-label'), function(e) {
|
||||
e.style.display = 'block';
|
||||
e.style.display = 'inline-block';
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user