Skip to content

Commit

Permalink
fix the misalignment of 1px in citations titles
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Aug 24, 2023
1 parent a488029 commit f90e300
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.source-citations__label {
height: 1.875rem;
font-size: 14px;
font-size: 13px;
color: var(--lwc-colorTextPlaceholder, #747474);
}

Expand Down Expand Up @@ -42,5 +42,5 @@
.citation__title {
font-weight: var(--lwc-fontWeightRegular, 400);
color: var(--lwc-colorTextPlaceholder, #747474);
font-size: 14px;
font-size: 13px;
}

0 comments on commit f90e300

Please sign in to comment.