how to style for nested item
Hi guys, I wonder how to style for nested items like the image. There may be a lot of nested item. Thank you
4 Replies
As with most things, there are many ways to achieve this.
I created something like this a few weeds 😆 weeks ago after having a similar question.
It uses pseudo elements to generate the lines and can handle an unlimited amount of nesting:
https://codepen.io/cbolson/pen/gOVrZpz
don't smoke to much of those 😜
My layout is a table and all rows include nested rows will have an icon in the last column. How can I handle this problem?