mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2026-01-11 09:14:27 +01:00
Fixed title/content overflow issue
refs https://github.com/TryGhost/Team/issues/3258
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user