Skip to content

Commit e2113b3

Browse files
committed
Show full name on hover
This is still overlapping description in some cases but it is better than nothing.
1 parent 8da8495 commit e2113b3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

templates/style.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,15 @@ div.recent-releases-container {
210210
.name {
211211
color: $color-url;
212212
font-weight: 500;
213-
text-overflow: ellipsis;
214-
overflow: hidden;
213+
@media #{$media-sm} {
214+
text-overflow: ellipsis;
215+
overflow: hidden;
216+
}
217+
}
218+
219+
.name:hover {
220+
overflow: visible;
221+
white-space: normal;
215222
}
216223

217224
.build {

0 commit comments

Comments
 (0)