Skip to content

Commit

Permalink
Merge pull request #1031 from newrelic/clark/li-update
Browse files Browse the repository at this point in the history
fix: sharpen and space out the li numbers
  • Loading branch information
clarkmcadoo committed May 8, 2024
2 parents 186f1db + 6788787 commit 4dbfaf1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ const MarkdownContainer = ({
&::before {
background: var(--border-color);
border-radius: 10px;
border-radius: 50%;
color: var(--system-text-primary);
content: counter(listitem);
font-size: 12px;
font-weight: 500;
font-weight: 600;
height: 10px;
left: -24px;
left: -28px;
line-height: 10px;
padding: 5px 0;
position: absolute;
Expand Down

0 comments on commit 4dbfaf1

Please sign in to comment.