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:
parent
3d355ea41d
commit
8d13aa003f
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
|
|||
.gh-post-analytics-split {
|
||||
display: flex;
|
||||
gap: 2.4rem;
|
||||
min-height: 400px;
|
||||
min-height: 440px;
|
||||
}
|
||||
|
||||
.gh-newsletter-clicks-header {
|
||||
|
|
Loading…
Reference in a new issue