Skip to content

Commit 59103d1

Browse files
Fix layout overflow in type declaration
1 parent b919797 commit 59103d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ code, pre, a.test-arrow {
247247
pre {
248248
padding: 14px;
249249
}
250+
.type-decl pre {
251+
overflow-x: auto;
252+
}
250253

251254
.source .content pre {
252255
padding: 20px;

0 commit comments

Comments
 (0)