We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d589fb0 commit 1c6575cCopy full SHA for 1c6575c
templates/style/style.scss
@@ -319,6 +319,9 @@ div.recent-releases-container {
319
320
&:hover {
321
background-color: transparent;
322
+ overflow: visible;
323
+ white-space: normal;
324
+ word-break: break-word;
325
}
326
327
&::before {
@@ -335,11 +338,6 @@ div.recent-releases-container {
335
338
color: var(--color-standard);
336
339
337
340
- .name:hover {
- overflow: visible;
- white-space: normal;
341
- }
342
-
343
.build {
344
font-weight: 500;
345
0 commit comments