Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
eaf39470
Commit
eaf39470
authored
Jul 22, 2022
by
Lee SeoYeon
Browse files
dropdown 위치 조정
parent
1865b708
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/commons/ADropdownForm.tsx
View file @
eaf39470
...
@@ -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
}
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment