Skip to content

Commit

Permalink
Fix display of long crates name in release list
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 3, 2025
1 parent be0a5ad commit 8fac988
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions templates/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ div.recent-releases-container {

&:hover {
background-color: transparent;
overflow: visible;
white-space: normal;
word-break: break-word;
}

&::before {
Expand All @@ -335,11 +338,6 @@ div.recent-releases-container {
color: var(--color-standard);
}

.name:hover {
overflow: visible;
white-space: normal;
}

.build {
font-weight: 500;

Expand Down

0 comments on commit 8fac988

Please sign in to comment.