fix: profile layout style
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ input[type="password"] {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
speak: none;
|
speak: none;
|
||||||
color: var(--color-disabled);
|
color: var(--color-disabled);
|
||||||
margin: 10px 0px 10px 0px;
|
margin: 5px 0px 10px 0px;
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
/* Controls dot size (width & height) */
|
/* Controls dot size (width & height) */
|
||||||
line-height: 8px;
|
line-height: 8px;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { ReactQueryProvider } from '@/components/providers/ReactQueryProvider'
|
|||||||
export default function ProfileLayout({ children }: { children: React.ReactNode }) {
|
export default function ProfileLayout({ children }: { children: React.ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<ReactQueryProvider>
|
<ReactQueryProvider>
|
||||||
<div className="min-h-screen grid">
|
<div className="h-full">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</ReactQueryProvider>
|
</ReactQueryProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user