Skip to content

Commit

Permalink
Merge pull request #89 from mooore-digital/bugfix/latest-posts-style-…
Browse files Browse the repository at this point in the history
…missing-for-blog

Bugfix/latest posts style missing for blog
  • Loading branch information
GrimLink authored Jun 29, 2022
2 parents d069284 + cf66e96 commit e8ac006
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/wp-blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@import "@wordpress/block-library/src/heading/style";
@import "@wordpress/block-library/src/image/style";
// @import "@wordpress/block-library/src/latest-comments/style"; // *2
@import "@wordpress/block-library/src/latest-posts/style"; // *2
@import "@wordpress/block-library/src/latest-posts/style";
@import "@wordpress/block-library/src/list/style";
@import "@wordpress/block-library/src/media-text/style";
// @import "@wordpress/block-library/src/navigation/style"; // *2
Expand Down
3 changes: 2 additions & 1 deletion view/frontend/tailwind/wordpress/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

/* If gallery don't show cusotm list */
& ul.wp-block-gallery,
& ul.blocks-gallery-grid {
& ul.blocks-gallery-grid,
& ul.wp-block-latest-posts {
& > li {
@apply p-0;

Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/css/wp-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8ac006

Please sign in to comment.