# gutenberg/23.2.0/build/styles/block-library/latest-posts/editor.css

Gutenberg, version 23.2.0. 16 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.0/code/build/styles/block-library/latest-posts/editor.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.0/raw/build/styles/block-library/latest-posts/editor.css

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.2.0/code/build/styles/block-library/latest-posts/editor.css#L10-L20`.

```css
.wp-block-latest-posts > li {
  overflow: hidden;
}

.wp-block-latest-posts li a > div {
  display: inline;
}

:root :where(.wp-block-latest-posts) {
  padding-left: 2.5em;
}

:root :where(.wp-block-latest-posts.is-grid),
:root :where(.wp-block-latest-posts__list) {
  padding-left: 0;
}
```
