From 8fac988cb1cad54fc3702eb582d79b835a773a30 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 3 Feb 2025 13:29:27 +0100 Subject: [PATCH] Fix display of long crates name in release list --- templates/style/style.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/style/style.scss b/templates/style/style.scss index 297b87940..99b50fb8c 100644 --- a/templates/style/style.scss +++ b/templates/style/style.scss @@ -319,6 +319,9 @@ div.recent-releases-container { &:hover { background-color: transparent; + overflow: visible; + white-space: normal; + word-break: break-word; } &::before { @@ -335,11 +338,6 @@ div.recent-releases-container { color: var(--color-standard); } - .name:hover { - overflow: visible; - white-space: normal; - } - .build { font-weight: 500;