akashop/volumes/wp/wp-includes/blocks/preformatted/style-rtl.css

8 lines
150 B
CSS
Raw Permalink Normal View History

2024-03-20 07:48:21 +00:00
.wp-block-preformatted{
box-sizing:border-box;
white-space:pre-wrap;
}
:where(.wp-block-preformatted.has-background){
padding:1.25em 2.375em;
}