Skip to content

Commit

Permalink
fix(quantic): Fixed the misalignment of 1px in citations titles (#3131)
Browse files Browse the repository at this point in the history
fix the misalignment of 1px in citations titles
  • Loading branch information
SimonMilord authored Aug 28, 2023
1 parent 6772723 commit fec8cbf
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 fec8cbf

Please sign in to comment.