how to add space between list numbers and list text? #3690
Unanswered
nigelwhite
asked this question in
Help
Replies: 2 comments 2 replies
-
Hey!
<ol class="list-decimal">
<li class="pl-4">I am the first item</li>
<li class="pl-4">I am the second item</li>
<li class="pl-4">I am the third item</li>
</ol> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want the numbers to be spaced away from the text in ordered lists, like this
In tailwind.css I have tried adding
ol li {padding-left: 23px;}
but this makes no difference.
What is the method to achieve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions