Browse Source

#1425 Add svg compatibility with ui image

pull/1481/head
jlukic 9 years ago
parent
commit
b53f2d1fcb
1 changed files with 3 additions and 0 deletions
  1. 3
      src/definitions/elements/image.less

3
src/definitions/elements/image.less

@ -33,12 +33,15 @@ img.ui.image {
display: block;
background: none;
}
.ui.image svg,
.ui.image img {
display: block;
max-width: 100%;
height: auto;
}
/*******************************
States
*******************************/

Loading…
Cancel
Save