Files
php_assessment_2/wp-includes/blocks/preformatted/style.css
T
emmymayo 7269c99357 init
2025-02-05 23:15:46 +01:00

8 lines
150 B
CSS

.wp-block-preformatted{
box-sizing:border-box;
white-space:pre-wrap;
}
:where(.wp-block-preformatted.has-background){
padding:1.25em 2.375em;
}