From 64ec163ad57c67bd6eaff7a15377939c51a085c1 Mon Sep 17 00:00:00 2001 From: lethemanh Date: Fri, 13 Dec 2024 16:31:05 +0700 Subject: [PATCH] :bug: ui: Fix bug date of last modification of document is not align between items in mobile (#655) --- .../client/body/drive/documents/document-row.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx b/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx index fa3613ed..8f81b799 100644 --- a/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx +++ b/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx @@ -78,16 +78,16 @@ export const DocumentRow = ({ fallback={} /> -
- {item.name} +
+ {item.name}
-
- {hasAnyPublicLinkAccess(item) && } +
+ {hasAnyPublicLinkAccess(item) && }
-
+
{formatDateShort(item?.last_version_cache?.date_added)}
-
+
{formatBytes(item.size)}
{FeatureTogglesService.isActiveFeatureName(FeatureNames.COMPANY_AV_ENABLED) && ( @@ -101,7 +101,7 @@ export const DocumentRow = ({
)} -
+