fix width

This commit is contained in:
RandyJC
2025-12-09 12:23:00 +01:00
parent fb2da91394
commit 6b1b976790

View File

@@ -460,7 +460,7 @@ const QuizEditor = ({ quizzList, onBack, onListUpdate }: Props) => {
}, [quizzList, selectedId]) }, [quizzList, selectedId])
return ( return (
<div className="flex w-full max-w-7xl flex-col gap-4 rounded-md bg-white p-4 shadow-sm"> <div className="flex w-full max-w-7xl flex-col gap-6 rounded-md bg-white p-5 shadow-sm md:gap-7 md:p-6 lg:max-w-8xl lg:p-8">
<div className="flex items-center justify-between"> <div className="flex items-center justify-between">
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
<Button onClick={onBack} className="bg-gray-700"> <Button onClick={onBack} className="bg-gray-700">