Skip to content

Commit 5f433f3

Browse files
committed
Reduce typename width to 6.25rem
This makes "existential type" look slightly cramped (though still readable), but it makes all other typenames look better. Existential types are currently very rare, and we can always tweak this later if necessary.
1 parent 12de5b7 commit 5f433f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
894894
display: inline-block;
895895
color: var(--search-results-grey-color);
896896
font-size: 0.875rem;
897-
width: 7rem;
897+
width: 6.25rem;
898898
}
899899

900900
.popover {

0 commit comments

Comments
 (0)