AddMonth/LocationButton: fixed tooltip width

This commit is contained in:
2024-02-17 10:55:08 +01:00
parent 6ea184d67b
commit 188505aacf
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ export const AddLocationButton:React.FC<AddLocationButtonProps> = ({yearMonth})
<span className='flex self-center mr-[-3em]'>
<HomeIcon className="h-[1em] w-[1em] cursor-pointer text-4xl" />
<PlusCircleIcon className="h-[1em] w-[1em] cursor-pointer text-xl text-green-500 ml-[-.6em] mt-[-.4em]" />
<span className="ml-1 mt-[.4em] text-xs text-left leading-[1.2em]">{t("tooltip")}</span>
<span className="ml-1 mt-[.4em] text-xs text-left leading-[1.2em] w-[6em]">{t("tooltip")}</span>
</span>
</Link>
</div>