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
69cf815d
Commit
69cf815d
authored
Jul 27, 2022
by
Lee SeoYeon
Browse files
위치조정
parent
fa83d29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/answers/ADropdownForm.tsx
View file @
69cf815d
...
...
@@ -22,7 +22,7 @@ export const ADropdownForm = ({ element, answerQuestion }: Props) => {
return
(
<
div
className
=
"flex flex-col container w-11/12 h-auto m-3 py-3"
>
<
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
}
>
{
element
.
content
.
choices
.
map
((
choice
)
=>
(
...
...
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