Layouting
This commit is contained in:
parent
fdb1b3625f
commit
b4364ff76c
2 changed files with 2 additions and 2 deletions
|
|
@ -152,7 +152,7 @@ export default function UserManagementPage() {
|
|||
return (
|
||||
<PageContainer>
|
||||
<PageContentLayout>
|
||||
<StickyHeader className="flex justify-between items-center">
|
||||
<StickyHeader className="flex flex-col gap-2 md:flex-row md:justify-between md:items-center">
|
||||
<h1>Benutzerverwaltung</h1>
|
||||
<ButtonGroupLayout>
|
||||
{isAdmin && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue