Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
92f3e1b4
Commit
92f3e1b4
authored
Dec 23, 2020
by
Stefan Probst
Browse files
fix: show full item thumbnail
parent
bb1e608d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/screens/item/ItemLayout.tsx
View file @
92f3e1b4
...
...
@@ -137,7 +137,7 @@ function ItemThumbnail({
)
if
(
thumbnail
!==
undefined
)
{
return
(
<
img
src
=
{
thumbnail
.
value
}
alt
=
""
className
=
"object-co
ver
w-24 h-24"
/>
<
img
src
=
{
thumbnail
.
value
}
alt
=
""
className
=
"object-co
ntain
w-24 h-24"
/>
)
}
return
(
...
...
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