Commit eaf39470 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

dropdown 위치 조정

parent 1865b708
...@@ -22,9 +22,9 @@ export const ADropdownForm = ({ element, handleAnswer, answers }: Props) => { ...@@ -22,9 +22,9 @@ export const ADropdownForm = ({ element, handleAnswer, answers }: Props) => {
handleAnswer(); handleAnswer();
}; };
return ( return (
<div className="flex flex-col container w-4/5 h-auto items-center m-3 py-3"> <div className="flex flex-col container w-11/12 h-auto m-3 py-3">
<select <select
className="py-2 hover:bg-themeColor bg-gray-200 rounded" className="py-2 w-48 hover:bg-gray-200 border border-black rounded"
onChange={handleChange} onChange={handleChange}
required={element.isRequired} required={element.isRequired}
> >
......
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