Skip to content

Commit

Permalink
Fix post images with WP 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Nov 28, 2024
1 parent f5fe365 commit fc47cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/blocks/posts/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
--pag-cont-margin: 10px 0 0 0;

border: none;
max-width: inherit !important;

&.has-dark-bg {
--text-color: #fff;
Expand Down Expand Up @@ -230,7 +231,6 @@
box-shadow: var( --img-box-shadow );
object-fit: cover;
object-position: center center;
aspect-ratio: var( --image-ratio );
}
}

Expand Down

0 comments on commit fc47cbd

Please sign in to comment.