# gutenberg/23.2.2/build/styles/block-library/paragraph/editor.css

Gutenberg, version 23.2.2. 25 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.2/code/build/styles/block-library/paragraph/editor.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.2/raw/build/styles/block-library/paragraph/editor.css
- Modified: 2026-01-20T14:42:56+00:00

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.2/code/build/styles/block-library/paragraph/editor.css#L10-L20`.

```css
.block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus {
  min-height: auto !important;
}

.block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
  opacity: 1;
}

.block-editor-block-list__block[data-empty=true] + .block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder] {
  opacity: 0;
}

.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
  rotate: 180deg;
}

.is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
  opacity: 0;
}

html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
  float: initial;
  margin-left: 0.1em;
}
```
