Skip to content

Commit 71c4da8

Browse files
committed
rustdoc: Fix doc and impl collapsing on small screens
1 parent bc277b2 commit 71c4da8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,5 +1192,6 @@ kbd {
11921192

11931193
.hidden-by-impl-hider,
11941194
.hidden-by-usual-hider {
1195-
display: none;
1195+
/* important because of conflicting rule for small screens */
1196+
display: none !important;
11961197
}

0 commit comments

Comments
 (0)