19 lines
445 B
CSS
19 lines
445 B
CSS
.wp-block-categories {
|
|
box-sizing: border-box;
|
|
}
|
|
.wp-block-categories.alignleft {
|
|
margin-right: 2em;
|
|
}
|
|
.wp-block-categories.alignright {
|
|
margin-left: 2em;
|
|
}
|
|
.wp-block-categories {
|
|
/* Only apply the text align on dropdowns, not lists. */
|
|
}
|
|
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
|
|
text-align: center;
|
|
}
|
|
.wp-block-categories .wp-block-categories__label:not(.screen-reader-text) {
|
|
width: 100%;
|
|
display: block;
|
|
} |