Skip to content

Commit

Permalink
fix(img): remove space under img (#17582)
Browse files Browse the repository at this point in the history
* set align to bottom for image

* change to display block
  • Loading branch information
liamdebeasi committed Feb 25, 2019
1 parent 4646f53 commit 621c79b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/img/img.scss
Expand Up @@ -6,6 +6,8 @@
}

img {
display: block;

width: 100%;
height: 100%;

Expand Down

0 comments on commit 621c79b

Please sign in to comment.