From c8fea442d6f77362ab1bde0ade5bec0069783d65 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 23 Jul 2023 23:20:34 +0800 Subject: [PATCH] chore: fix width overflow --- web/src/components/AboutDialog.tsx | 7 +++---- web/src/components/CreateShortcutDialog.tsx | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web/src/components/AboutDialog.tsx b/web/src/components/AboutDialog.tsx index 498a8c4..1e73d88 100644 --- a/web/src/components/AboutDialog.tsx +++ b/web/src/components/AboutDialog.tsx @@ -19,12 +19,11 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash is a bookmarking and short link service that allows you to save and share links - easily. + Slash: A bookmarking and url shortener, save and share your links very easily.

- See more in: - + See more in + GitHub
diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index 937e44c..b3cb60d 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -183,7 +183,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => {
-
+
Name *