Fixed title/content overflow issue

refs https://github.com/TryGhost/Team/issues/3258
This commit is contained in:
Sodbileg Gansukh
2023-05-22 17:12:59 +08:00
parent 592fe57e60
commit e19f965cbf
3 changed files with 5 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

@@ -74,6 +74,7 @@
.gh-card-title {
font-size: 3.4rem;
font-weight: 600;
word-break: break-word;
}
.gh-card-link:hover .gh-card-title {
@@ -85,6 +86,7 @@
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: -0.01em;
word-break: break-word;
}
.gh-card-meta {
@@ -414,6 +416,7 @@
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 0;
word-break: break-word;
}
.gh-pagehead {