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;