Skip to content

Commit

Permalink
fix: image space
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Nov 17, 2022
1 parent 2488cc1 commit dee97b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/quark/src/image/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
}

:host .quark-image {
display: inline-block;
position: relative;
height: var(--image-height, 100%);
width: var(--image-height, 100%);
Expand All @@ -12,6 +11,7 @@
:host .quark-image-img {
height: var(--image-height, 100%);
width: var(--image-height, 100%);
display: block;
}

:host .quark-image-loading {
Expand Down

0 comments on commit dee97b3

Please sign in to comment.