Browse Source

images with .image inside .content will display nicely

pull/1764/head
RomuloCtba 9 years ago
parent
commit
0060fa800f
1 changed files with 3 additions and 1 deletions
  1. 4
      src/definitions/views/card.less

4
src/definitions/views/card.less

@ -115,7 +115,9 @@
background: @imageBackground; background: @imageBackground;
} }
.ui.cards > .card > .image > img, .ui.cards > .card > .image > img,
.ui.card > .image > img {
.ui.cards > .card > .content > .image > img,
.ui.card > .image > img,
.ui.card > .image > .content > img {
display: block; display: block;
width: 100%; width: 100%;
height: auto; height: auto;

Loading…
Cancel
Save