kamranahmedse / githunt

Hunt the most starred projects on any date on GitHub
https://kamranahmed.info/githunt
MIT License
2.86k stars 266 forks source link

text overflow #42

Closed lencx closed 4 years ago

lencx commented 4 years ago
.grid-item-container .repo-body p {
    font-size: 14px;
    margin-bottom: 0;
    color: #6e7583;
    word-break: break-all; // + add
}
Screen Shot 2019-10-19 at 16 37 11