0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Quick tweak to max height when there are columns side-by-side

refs https://github.com/TryGhost/Team/issues/2118
This commit is contained in:
James Morris 2022-10-21 14:01:36 +01:00
parent 3d355ea41d
commit 8d13aa003f

View file

@ -857,7 +857,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
.gh-post-analytics-split { .gh-post-analytics-split {
display: flex; display: flex;
gap: 2.4rem; gap: 2.4rem;
min-height: 400px; min-height: 440px;
} }
.gh-newsletter-clicks-header { .gh-newsletter-clicks-header {