fix:improved admin dashboard on mobile
This commit is contained in:
@@ -427,7 +427,7 @@ function EditForm({ token, initialData, onCancel, onSaved }: EditFormProps) {
|
||||
onChange={(e) =>
|
||||
setFormData((p) => ({ ...p, extraQuestions: e.target.value }))
|
||||
}
|
||||
className="w-full border border-white/10 resize-none bg-transparent p-2 text-lg text-white placeholder:text-white/40 focus:outline-none"
|
||||
className="w-full resize-none border border-white/10 bg-transparent p-2 text-lg text-white placeholder:text-white/40 focus:outline-none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user