11 lines
191 B
CSS
11 lines
191 B
CSS
pre.wp-block-verse {
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
white-space: pre-wrap;
|
|
min-width: 1em;
|
|
word-break: break-word;
|
|
}
|
|
|
|
:where(pre.wp-block-verse) {
|
|
font-family: inherit;
|
|
} |