Fixed unrelated elements sharing the same CSS class

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-20 21:49:14 +02:00
parent 2325969f77
commit e84e58f9b3
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
</h4>
{{/if}}
<div class="gh-post-analytics-box column gh-post-analytics-newsletter-clicks">
{{#if (feature "audienceFeedback")}}<h3 class="gh-post-analytics-header">Newsletter clicks</h3>{{/if}}
{{#if (feature "audienceFeedback")}}<h3 class="gh-newsletter-clicks-header">Newsletter clicks</h3>{{/if}}
<div class="gh-links-list">
<div class="gh-links-list-header">
{{#if (and this.showPagination (feature "fixNewsletterLinks")) }}

View File

@ -860,13 +860,13 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
min-height: 400px;
}
.gh-post-analytics-header {
.gh-newsletter-clicks-header {
align-items: center;
font-size: 1.55rem;
font-weight: 700;
line-height: 1em;
margin: 0 0 8px;
padding: 32px 0;
padding: 0;
color: var(--black);
white-space: nowrap;
letter-spacing: -.3px;