Skip to content

Commit a36fc2d

Browse files
committed
Fix inconsistent spacing of collapse all button
1 parent 204e2bd commit a36fc2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,8 +1404,7 @@ impl<'a> fmt::Display for Item<'a> {
14041404

14051405
try!(write!(fmt,
14061406
r##"<span id='render-detail'>
1407-
<a id="collapse-all" href="#">[-]
1408-
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
1407+
<a id="collapse-all" href="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
14091408
</span>"##));
14101409

14111410
// Write `src` tag

0 commit comments

Comments
 (0)