add height limit to wishlist image

This commit is contained in:
Wingy 2020-11-30 21:23:59 -05:00
parent 47d5c16fbb
commit 92fbf14f97

View file

@ -35,7 +35,7 @@ block content
tr(id=item.id) tr(id=item.id)
td td
figure(style='width: 100%; margin: 0;') figure(style='width: 100%; margin: 0;')
img(src=item.image, style='width: 100%;') img(src=item.image, style='width: 100%; max-height: 20em; object-fit: contain;')
if item.url if item.url
td.ugc(data-label='Name') td.ugc(data-label='Name')
a( a(