Skip to content

Commit 8c11565

Browse files
committed
Fix sass on recent releases name.
1 parent 6b61f44 commit 8c11565

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ div.recent-releases-container {
210210
.name {
211211
color: $color-url;
212212
font-weight: 500;
213+
text-overflow: ellipsis;
214+
overflow: hidden;
213215
}
214216

215217
.build {

0 commit comments

Comments
 (0)