Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
91ca8892
Commit
91ca8892
authored
Jul 27, 2022
by
Jiwon Yoon
Browse files
설문조사 설명 양쪽정렬
parent
e9f6cde2
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/profile/MySurveyCard.tsx
View file @
91ca8892
...
...
@@ -58,7 +58,7 @@ export const MySurveyCard = ({ data }: Props) => {
</
p
>
<
div
className
=
"h-24 md:h-36 p-3 overflow-y-hidden hover:overflow-y-auto"
>
<
p
className
=
"text-gray-700"
>
<
p
className
=
"text-gray-700
text-justify
"
>
{
data
.
comment
?
data
.
comment
:
"
설명없는 설문조사
"
}
</
p
>
</
div
>
...
...
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