summaryrefslogtreecommitdiff
path: root/src/app/_components/archiveLinkElement.tsx
diff options
context:
space:
mode:
authorFushihara <1039534+fushihara@users.noreply.github.com>2024-10-03 20:58:23 +0900
committerFushihara <1039534+fushihara@users.noreply.github.com>2024-10-03 20:58:23 +0900
commitac675d5add9b7aed6e7ec87a2c52e16b896fcf3c (patch)
treeaedabedb2db9210361c58fab8c4c2cbc84801acb /src/app/_components/archiveLinkElement.tsx
parentcc3ba94d19ab4ffa04bad40226488dd75cf4e920 (diff)
スマホで見た時にテーブルが崩れないように修正
Diffstat (limited to 'src/app/_components/archiveLinkElement.tsx')
-rw-r--r--src/app/_components/archiveLinkElement.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/_components/archiveLinkElement.tsx b/src/app/_components/archiveLinkElement.tsx
index 94daed5..7b19e9c 100644
--- a/src/app/_components/archiveLinkElement.tsx
+++ b/src/app/_components/archiveLinkElement.tsx
@@ -71,18 +71,18 @@ export function ArciveLinkElement(option: Option) {
<a
href={originalUrl}
target="_blank"
- className={`transition duration-300 ease-in-out hover:text-gray-900 ${className}`}
+ className={`transition duration-300 ease-in-out hover:text-gray-900 whitespace-nowrap ${className}`}
title={officialLinkTitle}
>公式</a>
<a
href={`https://web.archive.org/web/*/${originalUrl}`}
target="_blank"
- className={`transition duration-300 ease-in-out hover:text-gray-900 ${className}`}
+ className={`transition duration-300 ease-in-out hover:text-gray-900 whitespace-nowrap ${className}`}
title={iaSearchResultLinkTitle}
>IA検索結果</a>
<Link
href={`/iframe?src=${iframeSrc}`}
- className={`transition duration-300 ease-in-out hover:text-gray-900 ${className}`}
+ className={`transition duration-300 ease-in-out hover:text-gray-900 whitespace-nowrap ${className}`}
title={iframeLinkTitle}
>IAをiframe</Link>
{suffixPrivate}