fix(img): remove space under img (#17582)

* set align to bottom for image

* change to display block
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Liam DeBeasi
2019-02-25 09:28:53 -05:00
committed by GitHub
gitea-unlock(16/)
parent 4646f53ec7
commit 621c79bd40

2
core/src/components/img/img.scss
View File

@@ -6,6 +6,8 @@
}
img {
display: block;
width: 100%;
height: 100%;