mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
7 lines
117 B
CSS
7 lines
117 B
CSS
|
.wp-block-preformatted{
|
||
|
white-space:pre-wrap;
|
||
|
}
|
||
|
|
||
|
.wp-block-preformatted.has-background{
|
||
|
padding:1.25em 2.375em;
|
||
|
}
|