fix width

This commit is contained in:
RandyJC
2025-12-09 12:19:44 +01:00
parent a23299a45e
commit fb2da91394

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-6xl flex-col gap-4 rounded-md bg-white p-4 shadow-sm"> <div className="flex w-full max-w-7xl flex-col gap-4 rounded-md bg-white p-4 shadow-sm">
<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">