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
SRCT
whats-open-web
Commits
3171d26f
Commit
3171d26f
authored
Nov 22, 2017
by
Andrew Hrdy
Browse files
Take 2 for justification error.
parent
c4974ed0
Pipeline
#1773
passed with stage
in 1 minute and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/containers/FacilityCard.js
View file @
3171d26f
...
...
@@ -164,7 +164,7 @@ class FacilityCard extends React.Component {
{
removeBrackets
(
facility
.
facility_name
)}
<
/Typography
>
<
/Grid
>
<
Grid
item
justify
=
{
'
center
'
}
className
=
{
'
fc-small-grid-item-spacing
'
}
>
<
Grid
item
className
=
{
'
fc-small-grid-item-spacing
'
}
>
<
FacilityCategory
category
=
{
facility
.
facility_category
}
/
>
<
/Grid
>
<
/Grid
>
...
...
src/styles/components/facilityCategory.scss
View file @
3171d26f
.facility-category-wrapper
{
display
:
flex
;
align-items
:
center
justify-content
:
center
;
}
.facility-category-icon
{
...
...
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