diff --git a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.css b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.css index 78bda03e1..315b69b61 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.css +++ b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.css @@ -111,5 +111,6 @@ hr { border-width: 1px; border-radius: 2px; - padding-left: var(--spacing-1); + padding-left: var(--spacing-2); + padding-right: var(--spacing-1); } \ No newline at end of file diff --git a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.tsx b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.tsx index 6d9e70f60..7e699ed9b 100644 --- a/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.tsx +++ b/src/core/client/admin/components/UserHistoryDrawer/UserHistoryDrawerQuery.tsx @@ -95,9 +95,14 @@ const UserHistoryDrawerQuery: FunctionComponent = ({
- - mail_outline - + + + mail_outline + + = ({ /> - - date_range - + + + date_range + + {new Date(user.createdAt).toLocaleDateString("en-us", { month: "long", @@ -124,9 +138,14 @@ const UserHistoryDrawerQuery: FunctionComponent = ({ - - people_outline - + + + people_outline + +