You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
475 B

1 year ago
  1. .wp-block-latest-posts{
  2. padding-right:2.5em;
  3. }
  4. .wp-block-latest-posts.is-grid{
  5. padding-right:0;
  6. }
  7. .wp-block-latest-posts>li{
  8. overflow:hidden;
  9. }
  10. .wp-block-latest-posts li a>div{
  11. display:inline;
  12. }
  13. .edit-post-visual-editor .wp-block-latest-posts.is-grid li{
  14. margin-bottom:20px;
  15. }
  16. .editor-latest-posts-image-alignment-control .components-base-control__label{
  17. display:block;
  18. }
  19. .editor-latest-posts-image-alignment-control .components-toolbar{
  20. border-radius:2px;
  21. }