Skip to content

Commit

Permalink
Adjust placement of arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Aug 15, 2024
1 parent 76ee338 commit e212415
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ p.description {
&__value {
font-size: calc( var( --font-headline-small ) - 4px );
color: var( --jp-gray-90 );
line-height: 1.125;
line-height: 1;
}

&__previous-value {
display: flex;
align-items: center;

font-size: var( --font-body-extra-small );
line-height: 18px;
font-weight: 600;
}

Expand Down

0 comments on commit e212415

Please sign in to comment.