22 lines
463 B
CSS
22 lines
463 B
CSS
.wp-block-latest-posts>li{
|
|
overflow:hidden;
|
|
}
|
|
|
|
.wp-block-latest-posts li a>div{
|
|
display:inline;
|
|
}
|
|
|
|
.editor-latest-posts-image-alignment-control .components-base-control__label{
|
|
display:block;
|
|
}
|
|
.editor-latest-posts-image-alignment-control .components-toolbar{
|
|
border-radius:2px;
|
|
}
|
|
|
|
:root :where(.wp-block-latest-posts){
|
|
padding-right:2.5em;
|
|
}
|
|
|
|
:root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){
|
|
padding-right:0;
|
|
} |