Skip to content

Commit

Permalink
pii badge
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelwt committed Jul 9, 2024
1 parent 8635ede commit c75777f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/pages/users/[[...id]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ export default function Users() {
<Stack h={"calc(100vh - var(--navbar-with-filters-size))"}>
<NextSeo title="Users" />

<Flex justify="space-between" align="center">
<Card withBorder p={2} px="sm">
<Flex justify="space-between">
<Card withBorder p={2} px="sm" w={"100%"}>
<SearchBar
query={search}
ml={-8}
Expand Down

0 comments on commit c75777f

Please sign in to comment.