mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
fix(code-editor): adjust loading skeleton padding for improved layout
This commit is contained in:
parent
63501a3f6c
commit
f0b2428e8b
@ -89,7 +89,7 @@ export default function CodeEditor() {
|
||||
console.log("onValidate:", marker.message)
|
||||
);
|
||||
}}
|
||||
loading={<Skeleton className="h-full w-full p-4" />}
|
||||
loading={<Skeleton className="h-full w-full" />}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user