Skip to content

Commit

Permalink
Merge pull request #863 from appwrite/numeric-list-fix-text-alignment
Browse files Browse the repository at this point in the history
Numeric list, fix text alignment
  • Loading branch information
loks0n authored Apr 9, 2024
2 parents ac287ea + 4752df1 commit 69c0f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scss/6-elements/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
display:flex; flex-direction:column; gap:pxToRem(8);
color: hsl(var(--p-list-text-color));
counter-reset: numeric-list;
li::before { color:hsl(var(--web-color-accent-click)); padding-inline-end:pxToRem(12); }
li::before {
color:hsl(var(--web-color-accent-click)); padding-inline-end:pxToRem(12);
line-height:var(--web-line-height-md);
}
li {
display:flex;
&::before {
Expand Down

0 comments on commit 69c0f1d

Please sign in to comment.