remove max head room
This commit is contained in:
parent
9f16f9f25a
commit
a613709518
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ export default function UploadProviderPage() {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="container mx-auto max-w-3xl p-6">
|
||||
<div className="container mx-auto max-w-3xl px-6">
|
||||
<div className="mb-8 flex gap-2 items-center">
|
||||
<Button variant="ghost" onClick={() => router.back()} size="icon">
|
||||
<ArrowLeft size={18} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue