agtzdimi / planet

PLANET Project
0 stars 0 forks source link

Click expands the images inside card #71

Closed agtzdimi closed 4 years ago

agtzdimi commented 5 years ago

When clicking VES for example in unit-management tab, the image inside the nb-card is expanding

tsotakis commented 4 years ago

image.card.component.scss

add

width: 100%; height: 100%;

to nb-card-body

agtzdimi commented 4 years ago

image.card.component.scss

add

width: 100%; height: 100%;

to nb-card-body

Let's also remove the height: 200px;

agtzdimi commented 4 years ago

Issue resolved