Skip to content

Commit 23c68b1

Browse files
committed
Add white-space: nowrap CSS rule to release name
1 parent 75099cc commit 23c68b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ div.recent-releases-container {
210210
.name {
211211
color: $color-url;
212212
font-weight: 500;
213+
white-space: nowrap;
213214
@media #{$media-sm} {
214215
text-overflow: ellipsis;
215216
overflow: hidden;

0 commit comments

Comments
 (0)