summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/verse/style.css
blob: d79023c631929799b336176bfda84885924f47cc (plain)
1
2
3
4
5
6
7
8
pre.wp-block-verse{
  overflow:auto;
  white-space:pre-wrap;
}

:where(pre.wp-block-verse){
  font-family:inherit;
}