Fix broken card layout caused by long strings (#762)

This commit is contained in:
Paul Davis 2021-03-11 18:33:25 +00:00 committed by GitHub
parent b927cf62ed
commit c0d5a3d999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -610,6 +610,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
overflow-y: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: break-word;
}
.post-card-meta {