WordPress/wp-includes/blocks/categories/editor.css

13 lines
220 B
CSS
Raw Normal View History

.wp-block-categories ul{
padding-left:2.5em;
}
.wp-block-categories ul ul{
margin-top:6px;
}
[data-align=center] .wp-block-categories{
text-align:center;
}
.wp-block-categories__indentation{
padding-left:16px;
}