[ 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  .wp-block-categories .wp-block-categories__label {
  19    width: 100%;
  20    display: block;
  21  }


Generated : Tue May 26 08:20:05 2026 Cross-referenced by PHPXref