[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Mon Jun 15 08:20:09 2026 Cross-referenced by PHPXref