From a379614cd90e813468e373c0bc011b40ad03abe3 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 28 Jul 2023 23:32:51 +0800 Subject: [PATCH] chore: update overflow style --- web/src/components/ShortcutView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/ShortcutView.tsx b/web/src/components/ShortcutView.tsx index 0ff99e19..9b17c0a0 100644 --- a/web/src/components/ShortcutView.tsx +++ b/web/src/components/ShortcutView.tsx @@ -75,7 +75,7 @@ const ShortcutView = (props: Props) => { href={shortcutLink} > s/ - {shortcut.name} + {shortcut.name} @@ -129,7 +129,7 @@ const ShortcutView = (props: Props) => { )} - {shortcut.description && !compactStyle &&

{shortcut.description}

} + {shortcut.description && !compactStyle &&

{shortcut.description}

}
{shortcut.tags.map((tag) => { return (