Skip to content

Commit 89c0e58

Browse files
committed
Apply smaller font size to all where clauses
1 parent bc0759d commit 89c0e58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,13 +640,16 @@ pre, .rustdoc.source .example-wrap {
640640
background: var(--table-alt-row-background-color);
641641
}
642642

643+
.where {
644+
font-size: 0.875rem;
645+
}
646+
643647
/* Shift "where ..." part of method or fn definition down a line */
644648
.method .where,
645649
.fn .where,
646650
.where.fmt-newline {
647651
display: block;
648652
white-space: pre-wrap;
649-
font-size: 0.875rem;
650653
}
651654

652655
.item-info {

0 commit comments

Comments
 (0)