mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Fix broken card layout caused by long strings (#762)
This commit is contained in:
parent
b927cf62ed
commit
c0d5a3d999
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -610,6 +610,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card-meta {
|
.post-card-meta {
|
||||||
|
Loading…
Reference in New Issue
Block a user