Files
Roman Pyrih acb036dbd9 first commit
2026-05-21 15:33:11 +02:00

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;
}