| 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:not(.screen-reader-text) { |
| 19 |
width: 100%; |
| 20 |
display: block; |
| 21 |
} |