Layouting
This commit is contained in:
parent
fdb1b3625f
commit
b4364ff76c
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export default function ButtonGroupLayout({children, className, ...rest}: Button
|
|||
<div
|
||||
{...rest}
|
||||
className={clsx(
|
||||
"flex gap-4 mt-8",
|
||||
"flex gap-4",
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -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