瀏覽代碼

Align timestamp with action name

arvid-e 6 月之前
父節點
當前提交
417eecd57c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/client/components/RecentActivity/ActivityListItem.tsx

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

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