Browse Source

Align timestamp with action name

arvid-e 4 months ago
parent
commit
417eecd57c

+ 1 - 1
apps/app/src/client/components/RecentActivity/ActivityListItem.tsx

@@ -95,7 +95,7 @@ export const ActivityListItem = ({ props }: { props: ActivityListItemProps }): J
               {t(fullKeyPath)}
               {t(fullKeyPath)}
             </span>
             </span>
 
 
-            <span className="text-secondary small ms-2">
+            <span className="text-secondary small ms-3 align-self-center">
               {calculateTimePassed(activity.createdAt, dateFnsLocale)}
               {calculateTimePassed(activity.createdAt, dateFnsLocale)}
             </span>
             </span>