From 26b2117eabb4d0fcc4aee65dbc84cb25203d67f9 Mon Sep 17 00:00:00 2001 From: jason Date: Sun, 13 Aug 2023 17:26:48 +0700 Subject: [PATCH] styles: truncate names on smaller screens --- src/routes/dashboard/[workspace_id].tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/routes/dashboard/[workspace_id].tsx b/src/routes/dashboard/[workspace_id].tsx index 7bbab5e..3c30168 100644 --- a/src/routes/dashboard/[workspace_id].tsx +++ b/src/routes/dashboard/[workspace_id].tsx @@ -301,7 +301,7 @@ const Page: Component = () => {
- Name + Name Date added
Actions @@ -313,9 +313,11 @@ const Page: Component = () => { {(file) => (
-
+
{getFileIcon(file())} -

{file().name}

+

+ {file().name} +

@@ -444,7 +446,7 @@ const Page: Component = () => { > -

+

{getWorkspaceName(workspace().name)}