Browse Source

#1425 Add svg compatibility with ui image

pull/1481/head
jlukic 10 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; display: block;
background: none; background: none;
} }
.ui.image svg,
.ui.image img { .ui.image img {
display: block; display: block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
/******************************* /*******************************
States States
*******************************/ *******************************/

Loading…
Cancel
Save