0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Improved text-wrapping for Resource headers (#20590)

Adds text-wrap: pretty to Resource H3 on Post Analytics page, to avoid
orphans in typography.
This commit is contained in:
Daniël van der Winden 2024-07-11 11:50:06 +02:00 committed by GitHub
parent 2cace2987d
commit 1d21612ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -865,6 +865,7 @@
.gh-post-analytics-resource h3 { .gh-post-analytics-resource h3 {
font-size: 1.8rem; font-size: 1.8rem;
font-weight: 700; font-weight: 700;
text-wrap: pretty;
} }
.gh-post-analytics-box h4.gh-main-section-header.small { .gh-post-analytics-box h4.gh-main-section-header.small {