fix: #10587 - added a right margin to VTI. (#10613)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Zahid Dodiya
2023-08-07 15:16:32 +00:00
committed by GitHub
co-authored by Peer Richelsen
parent 826a8856e6
commit 29d4348e7c
@@ -64,7 +64,7 @@ const VerticalTabItem = ({
{props.icon && (
<props.icon
className={classNames(
"h-[16px] w-[16px] stroke-[2px] ltr:mr-2 rtl:ml-2 md:mt-0",
"mr-2 h-[16px] w-[16px] stroke-[2px] ltr:mr-2 rtl:ml-2 md:mt-0",
props.iconClassName
)}
/>