Updated font weight for source

refs https://github.com/TryGhost/Team/issues/1953
This commit is contained in:
Djordje Vlaisavljevic 2022-09-27 10:51:51 +02:00
parent 83f88e1586
commit 87ad7d1df3
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
{{else}}
<p>
{{svg-jar "earth"}}
Sign up source:&nbsp;<p title="{{this.referrerAttribution.source}}">{{this.referrerAttribution.source}}</p>
Sign up source:&nbsp;<span title="{{this.referrerAttribution.source}}">{{this.referrerAttribution.source}}</span>
</p>
{{/if}}
{{#if (and @member.attribution.url @member.attribution.title)}}

View File

@ -767,7 +767,7 @@ label[for="member-description"] + p {
min-width: 0;
}
.gh-member-details-attribution p a {
.gh-member-details-attribution p a, .gh-member-details-attribution p span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;