docs(ui): show icon tooltip on small devices (#6407)

This commit is contained in:
Shahed Nasser
2024-02-26 08:31:36 +01:00
committed by GitHub
parent 3c5b020c5e
commit 3b18f399c1
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const SearchResults = ({ query = "" }: { query?: string }) => {
key={name}
className="flex h-full w-full items-center justify-center"
>
<CopyButton text={name} tooltipText={name}>
<CopyButton text={name} tooltipText={name} handleTouch>
<div
className={clsx(
"border-medusa-border-base",