[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/post-excerpt/ -> style.css (source)

   1  :where(.wp-block-post-excerpt) {
   2    box-sizing: border-box;
   3    margin-top: var(--wp--style--block-gap);
   4    margin-bottom: var(--wp--style--block-gap);
   5  }
   6  
   7  .wp-block-post-excerpt__excerpt {
   8    margin-top: 0;
   9    margin-bottom: 0;
  10  }
  11  
  12  .wp-block-post-excerpt__more-text {
  13    margin-top: var(--wp--style--block-gap);
  14    margin-bottom: 0;
  15  }
  16  
  17  .wp-block-post-excerpt__more-link {
  18    display: inline-block;
  19  }


Generated : Wed Apr 15 08:20:10 2026 Cross-referenced by PHPXref