is list-disc
not working, or what am I doing wrong?
#11276
Replies: 5 comments 7 replies
-
It may be that you cannot visually see the list marker. Here is a slight modification of the layout to make the list marker visible. |
Beta Was this translation helpful? Give feedback.
-
This is an annoyance with CSS where by default, the list marker actually appears outside of the element. You can use |
Beta Was this translation helpful? Give feedback.
-
This is a weird behaviour I encountered as well. I hope this is helpful to you:
|
Beta Was this translation helpful? Give feedback.
-
I believe you also loose the list marker if you change a list item's default display value from |
Beta Was this translation helpful? Give feedback.
-
Greetings. with <ul class="list-disc pl-7">
<li>Item First</li>
<li>Item Second</li>
</ul> |
Beta Was this translation helpful? Give feedback.
-
What am I misunderstanding here.. I can't get
list-disc
to work?Reproduction: https://play.tailwindcss.com/nzvnJV9wT0
Beta Was this translation helpful? Give feedback.
All reactions