Skip to content

Commit

Permalink
Reduce typename width to 6.25rem
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
camelid committed Jun 23, 2023
1 parent 12de5b7 commit 5f433f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ so that we can apply CSS-filters to change the arrow color in themes */
display: inline-block;
color: var(--search-results-grey-color);
font-size: 0.875rem;
width: 7rem;
width: 6.25rem;
}

.popover {
Expand Down

0 comments on commit 5f433f3

Please sign in to comment.