Skip to content

Commit

Permalink
Add a reset for image heights so that images appear the same in the e…
Browse files Browse the repository at this point in the history
…ditor and the front end
  • Loading branch information
scruffian committed Mar 22, 2021
1 parent 2cc9a1b commit e0230fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
.items-justified-space-between {
justify-content: space-between;
}

img {
height: auto;
}

0 comments on commit e0230fa

Please sign in to comment.