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
0659b434
Commit
0659b434
authored
Jul 27, 2022
by
Lee SeoYeon
Browse files
scroll
parent
69cf815d
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/profile/MySurveyCard.tsx
View file @
0659b434
...
@@ -52,7 +52,7 @@ export const MySurveyCard = ({ data }: Props) => {
...
@@ -52,7 +52,7 @@ export const MySurveyCard = ({ data }: Props) => {
{
data
.
title
?
data
.
title
:
"
제목없는 설문조사
"
}
{
data
.
title
?
data
.
title
:
"
제목없는 설문조사
"
}
</
p
>
</
p
>
<
div
className
=
"h-24 md:h-36 p-3 text-ellipsis overflow-y-
scroll
"
>
<
div
className
=
"h-24 md:h-36 p-3 text-ellipsis overflow-y-
hidden hover:overflow-y-auto
"
>
<
p
className
=
"text-gray-700"
>
<
p
className
=
"text-gray-700"
>
{
data
.
comment
?
data
.
comment
:
"
설명없는 설문조사
"
}
{
data
.
comment
?
data
.
comment
:
"
설명없는 설문조사
"
}
</
p
>
</
p
>
...
...
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