Commit 69cf815d authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

위치조정

parent fa83d29a
...@@ -22,7 +22,7 @@ export const ADropdownForm = ({ element, answerQuestion }: Props) => { ...@@ -22,7 +22,7 @@ export const ADropdownForm = ({ element, answerQuestion }: Props) => {
return ( return (
<div className="flex flex-col container w-11/12 h-auto m-3 py-3"> <div className="flex flex-col container w-11/12 h-auto m-3 py-3">
<select <select
className="place-self-center py-2 w-48 hover:bg-gray-200 border border-black rounded" className="py-2 w-48 hover:bg-gray-200 border border-black rounded"
onChange={handleChange} onChange={handleChange}
> >
{element.content.choices.map((choice) => ( {element.content.choices.map((choice) => (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment