1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-01-22 16:21:26 +01:00
WordPress/wp-includes/blocks/verse/style.css

8 lines
116 B
CSS

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