Files
wordpress/code/wp-includes/blocks/verse/style.css
2026-04-13 22:15:38 +08:00

8 lines
116 B
CSS

pre.wp-block-verse{
overflow:auto;
white-space:pre-wrap;
}
:where(pre.wp-block-verse){
font-family:inherit;
}