Skip to content

Commit

Permalink
fix(core _images.scss): revert height: auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed Dec 10, 2021
1 parent 7a0a52c commit c9598fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/core/global/_images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
*/
img, embed, object, video {
max-width: 100%;

&:not([height]) {
height: auto;
}
height: auto;
}

/**
Expand Down

0 comments on commit c9598fd

Please sign in to comment.