Tabs: vertically center the counter

environments/review-group-requ-7youoa/deployments/2943
Alex Gleason 2 years ago
parent 69d667d6c6
commit 1954848c65
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -156,7 +156,7 @@ const Tabs = ({ items, activeItem }: ITabs) => {
>
<div className='relative'>
{count ? (
<span className='absolute -top-2 left-full ml-1'>
<span className='absolute left-full ml-2'>
<Counter count={count} />
</span>
) : null}

Loading…
Cancel
Save