Files
IWD2-02/INFO-3163 (CMS Web Dev)/Project/project/wp-includes/blocks/preformatted/style-rtl.css
T
2026-04-15 15:59:53 -04: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;
}