rustdoc: put auto-hidden docblock labels in line with the toggle
This commit is contained in:
parent
14fb329e0a
commit
1f9d032b38
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@
|
||||||
e.innerHTML = labelForToggleButton(true);
|
e.innerHTML = labelForToggleButton(true);
|
||||||
});
|
});
|
||||||
onEach(toggle.getElementsByClassName('toggle-label'), function(e) {
|
onEach(toggle.getElementsByClassName('toggle-label'), function(e) {
|
||||||
e.style.display = 'block';
|
e.style.display = 'inline-block';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue