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

This commit is contained in:
Paul Davis
2021-03-11 13:33:25 -05:00
committed by GitHub
parent b927cf62ed
commit c0d5a3d999
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
+1
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 {