abchospitality/wp-includes/blocks/preformatted/style.css

8 lines
150 B
CSS
Raw Permalink Normal View History

2024-04-18 09:47:23 +00:00
.wp-block-preformatted{
box-sizing:border-box;
white-space:pre-wrap;
}
:where(.wp-block-preformatted.has-background){
padding:1.25em 2.375em;
}