Skip to content

Commit

Permalink
rustdoc: put auto-hidden docblock labels in line with the toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Aug 14, 2017
1 parent 14fb329 commit 1f9d032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
e.innerHTML = labelForToggleButton(true);
});
onEach(toggle.getElementsByClassName('toggle-label'), function(e) {
e.style.display = 'block';
e.style.display = 'inline-block';
});
}
}
Expand Down

0 comments on commit 1f9d032

Please sign in to comment.