Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Catalog
catalog.genesys-pgr.org
Commits
dc76a60a
Commit
dc76a60a
authored
Oct 16, 2018
by
Oleksii Savran
Browse files
Remove overlap between cards
parent
5babcd5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/descriptorlists/ui/c/DescriptorListDisplay.tsx
View file @
dc76a60a
...
...
@@ -48,6 +48,12 @@ const styles = (theme) => ({
},
/* tslint:enable */
},
cardsContainer
:
{
paddingRight
:
'
1.5rem
'
,
[
theme
.
breakpoints
.
down
(
'
sm
'
)]:
{
paddingRight
:
'
0
'
,
},
},
});
interface
IDetailInfoProps
extends
React
.
ClassAttributes
<
any
>
{
...
...
@@ -243,7 +249,7 @@ class DetailInfo extends React.Component<IDetailInfoProps, any> {
</
Card
>
</
Grid
>
<
Grid
item
xs
=
{
12
}
md
=
{
9
}
>
<
Grid
item
xs
=
{
12
}
md
=
{
9
}
className
=
{
classes
.
cardsContainer
}
>
{
descriptorList
.
descriptors
&&
descriptorList
.
descriptors
.
length
>
0
&&
descriptorList
.
descriptors
.
map
((
descriptor
:
Descriptor
)
=>
(
<
div
key
=
{
`
${
descriptor
.
uuid
}
`
}
id
=
{
`d-
${
descriptor
.
uuid
}
`
}
>
<
DescriptorCard
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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