Ticket #52287: 52287.patch
File 52287.patch, 1.0 KB (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss
1 1 img { 2 display: block;3 2 height: auto; 4 3 max-width: 100%; 4 vertical-align: middle; 5 5 } 6 6 7 7 /* Classic editor images */ -
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss
35 35 } 36 36 } 37 37 38 img {39 height: auto;40 max-width: 100%;41 vertical-align: middle;42 }43 44 38 // Block Styles 45 39 .wp-block-image.is-style-twentytwentyone-border img, 46 40 .wp-block-image.is-style-twentytwentyone-image-frame img {