Skip to content

Commit d10703c

Browse files
Fix item info display
1 parent 68511b5 commit d10703c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,9 @@ body.blur > :not(#help) {
921921
padding: 0 20px 20px 17px;;
922922
}
923923

924+
.item-info .stab {
925+
display: table;
926+
}
924927
.stab {
925928
border-width: 1px;
926929
border-style: solid;

0 commit comments

Comments
 (0)