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 20:46:32 +05:30 committed by GitHub
parent 826a8856e6
commit 29d4348e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
)}
/>