Skip to content

Commit

Permalink
Fix abstract syles in the Preview, TGA-97 related (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzSF authored Jun 21, 2024
1 parent 9897427 commit 159589f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2370,6 +2370,11 @@ article.list {
line-height: var(--content-item-text-line-height);
}

.wire-column__preview__lead {
font-size: var(--content-item-lead-font-size); // 17px
font-weight: var(--font-weight-semibold);
}

.wire-column__preview__text {
margin-block-end: var(--space--3);
.wire-column__preview--canceled & {
Expand Down Expand Up @@ -3109,11 +3114,6 @@ article.list {
}
}

.content--item-detail .wire-column__preview__lead {
font-size: var(--content-item-lead-font-size); // 17px
font-weight: var(--font-weight-semibold);
}

.content--item-detail .wire-column__preview__headline {
font-size: var(--content-item-headline-font-size--large);
}
Expand Down

0 comments on commit 159589f

Please sign in to comment.