Skip to content

Commit

Permalink
fix: add height auto to image reset styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph committed Jan 9, 2025
1 parent a9aadb7 commit 1dfbb42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/src/elements/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ canvas,
svg {
display: block;
max-width: 100%;
height: auto;
}

/*
Expand Down

0 comments on commit 1dfbb42

Please sign in to comment.