Files
hub-insurance/wp-includes/blocks/verse/style-rtl.css
T
2026-07-02 15:54:39 -06: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;
}