Update tree-view-item.tsx

pull/3999/head
Liana Husikyan 2 years ago committed by Aniket
parent 4cf72511e8
commit 010f474bfd
  1. 2
      libs/remix-ui/tree-view/src/lib/tree-view-item/tree-view-item.tsx

@ -48,7 +48,7 @@ export const TreeViewItem = (props: TreeViewItemProps) => {
) : icon ? (
<div className={`pr-3 pl-1 ${icon} caret caret_tv`}></div>
) : null}
<span className="w-100 pl-1">{label}</span>
<span className="w-100 pb-1 pl-1">{label}</span>
</div>
{isExpanded ? children : null}
</li>

Loading…
Cancel
Save