If a list item is long, the bullet stays aligned to the top.
There are no restrictions on the text length at all. You can write as much text as you want.
This item uses nested tags inside which should not break
If a list item is long, the bullet stays aligned to the top.
There are no restrictions on the text length at all. You can write as much text as you want.
<ul tuiList>
<li>If a list item is long, the bullet stays aligned to the top.</li>
<li>There are no restrictions on the text length at all. You can write as much text as you want.</li>
<!-- prettier-ignore -->
<li>This item uses <strong>nested tags</strong> inside which should not break</li>
</ul>
<ol tuiList>
<li>If a list item is long, the bullet stays aligned to the top.</li>
<li>There are no restrictions on the text length at all. You can write as much text as you want.</li>
</ol>