Skip to content

Commit 9350e34

Browse files
authored
Merge pull request #116 from IspadeRaja/text-overflowing-fix
Fixed - Text overflowing in top contributors
2 parents 90c32fe + b92bca3 commit 9350e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/styles/TeamCard.css

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
width: 150px;
1212
cursor: pointer;
1313
height: 200px;
14+
word-break: break-word;
1415
}
1516
.teamCard:hover img{
1617
transform: scale(1.05);

0 commit comments

Comments
 (0)