From 756ab71302a981a6c55e766f672fe2672b4cb215 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 7 Apr 2024 23:30:28 +0800 Subject: [PATCH] chore: tweak truncate styles --- web/src/components/CreateStorageServiceDialog.tsx | 4 +--- web/src/components/UserBanner.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/src/components/CreateStorageServiceDialog.tsx b/web/src/components/CreateStorageServiceDialog.tsx index d9be9dac..16d6d2c3 100644 --- a/web/src/components/CreateStorageServiceDialog.tsx +++ b/web/src/components/CreateStorageServiceDialog.tsx @@ -107,9 +107,7 @@ const CreateStorageServiceDialog: React.FC = (props: Props) => { return ( <>
- - {t(isCreating ? "setting.storage-section.create-storage" : "setting.storage-section.update-storage")} - + {t(isCreating ? "setting.storage-section.create-storage" : "setting.storage-section.update-storage")} diff --git a/web/src/components/UserBanner.tsx b/web/src/components/UserBanner.tsx index f2b957a1..d77f1c49 100644 --- a/web/src/components/UserBanner.tsx +++ b/web/src/components/UserBanner.tsx @@ -29,7 +29,7 @@ const UserBanner = (props: Props) => { }; return ( -
+