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

7 lines
117 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-preformatted{
white-space:pre-wrap;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-preformatted.has-background{
padding:1.25em 2.375em;
2021-07-23 11:58:50 +02:00
}