Skip to content

Commit

Permalink
fix: reduced width of version number when expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
specter-flq committed Jan 31, 2025
1 parent 370d703 commit a4bf55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const MainNavVersionNumber: FC = () => {
<div className='relative w-full flex min-h-10 h-10' data-testid='main-nav-version-number'>
<div
className={
'w-9 break-all group-hover:w-full group-hover:whitespace-nowrap flex absolute top-3 left-3 duration-300 ease-in-out text-xs font-medium text-neutral-dark-0 dark:text-neutral-light-1 group-hover:left-16'
'w-9 break-all group-hover:w-auto group-hover:overflow-x-hidden group-hover:whitespace-nowrap flex absolute top-3 left-3 duration-300 ease-in-out text-xs font-medium text-neutral-dark-0 dark:text-neutral-light-1 group-hover:left-16'
}>
<span className={'opacity-0 hidden duration-300 ease-in-out group-hover:opacity-100 group-hover:block'}>
BloodHound:&nbsp;
Expand Down

0 comments on commit a4bf55d

Please sign in to comment.