Skip to content

Commit 7f3bd34

Browse files
authored
Merge pull request internetarchive#11120 from krishnaGauss/11081/fix/follow-button-overflow
Titles under a single line
2 parents 3527fa1 + d67e4c5 commit 7f3bd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/components/list-follow.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
position: relative;
166166
text-align: center;
167167
display: -webkit-box;
168-
-webkit-line-clamp: 2;
168+
-webkit-line-clamp: 1;
169169
-webkit-box-orient: vertical;
170170
}
171171

0 commit comments

Comments
 (0)