Skip to content

Commit

Permalink
#1396 画像ブロックのライトボックス対応
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Nov 7, 2023
1 parent efe90a7 commit d4b3c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/block-library/_wp-block-image/_app.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.wp-block-image {
img {
width: fit-content;
}
}
1 change: 1 addition & 0 deletions src/css/block-library/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@import '_wp-block-categories/app';
@import '_wp-block-file/app';
@import '_wp-block-heading/app';
@import '_wp-block-image/app';
@import '_wp-block-gallery/app';
@import '_wp-block-latest-comments/app';
@import '_wp-block-latest-posts/app';
Expand Down

0 comments on commit d4b3c8f

Please sign in to comment.