[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-categories {
   2    box-sizing: border-box;
   3  }
   4  .wp-block-categories.alignleft {
   5    /*rtl:ignore*/
   6    margin-right: 2em;
   7  }
   8  .wp-block-categories.alignright {
   9    /*rtl:ignore*/
  10    margin-left: 2em;
  11  }
  12  .wp-block-categories {
  13    /* Only apply the text align on dropdowns, not lists. */
  14  }
  15  .wp-block-categories.wp-block-categories-dropdown.aligncenter {
  16    text-align: center;
  17  }
  18  
  19  :where(.wp-block-categories__label:not(.screen-reader-text)) {
  20    width: 100%;
  21    display: block;
  22  }


Generated : Sat Sep 26 08:20:30 2026 Cross-referenced by PHPXref