summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/preformatted/style-rtl.css
blob: ffca458e690f945f6ad98eaec290db2b7c3949af (plain)
1
2
3
4
5
6
7
8
.wp-block-preformatted{
  box-sizing:border-box;
  white-space:pre-wrap;
}

:where(.wp-block-preformatted.has-background){
  padding:1.25em 2.375em;
}