style.css in Gutenberg 23.2.0, at build/styles/block-library/verse/style.css
| 1 |
pre.wp-block-verse { |
| 2 |
box-sizing: border-box; |
| 3 |
overflow: auto; |
| 4 |
white-space: pre-wrap; |
| 5 |
min-width: 1em; |
| 6 |
word-break: break-word; |
| 7 |
} |
| 8 |
|
| 9 |
:where(pre.wp-block-verse) { |
| 10 |
font-family: inherit; |
| 11 |
} |