Skip to content

Commit 1c6575c

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix display of long crates name in release list
1 parent d589fb0 commit 1c6575c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

templates/style/style.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ div.recent-releases-container {
319319

320320
&:hover {
321321
background-color: transparent;
322+
overflow: visible;
323+
white-space: normal;
324+
word-break: break-word;
322325
}
323326

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

338-
.name:hover {
339-
overflow: visible;
340-
white-space: normal;
341-
}
342-
343341
.build {
344342
font-weight: 500;
345343

0 commit comments

Comments
 (0)