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
reservation-service
Commits
a22a38ea
Commit
a22a38ea
authored
Nov 04, 2020
by
Ha YeaJin
Browse files
.
parent
309d4ea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/client/src/Components/Card.js
View file @
a22a38ea
...
...
@@ -53,7 +53,7 @@ function Notice({ card_index, title, date, content }) {
<
Col
md
=
{
2
}
xs
=
{
4
}
className
=
"
p-0
"
>
{
dateForm
(
date
)}
<
/Col
>
<
/Card.Header
>
<
Accordion
.
Collapse
eventKey
=
{
card_index
+
1
}
>
<
Text
><
pre
className
=
"
text-overflow-ellipsis w-100 white
-s
pace-initial
"
>
{
content
}
<
/pre></
Text
>
<
Text
><
pre
className
=
"
text-overflow-ellipsis w-100 white
S
pace-initial
"
>
{
content
}
<
/pre></
Text
>
<
/Accordion.Collapse
>
<
/Card
>
)
...
...
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