summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/preformatted/style-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/preformatted/style-rtl.css')
-rw-r--r--wp-includes/blocks/preformatted/style-rtl.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/wp-includes/blocks/preformatted/style-rtl.css b/wp-includes/blocks/preformatted/style-rtl.css
new file mode 100644
index 0000000..ffca458
--- /dev/null
+++ b/wp-includes/blocks/preformatted/style-rtl.css
@@ -0,0 +1,8 @@
+.wp-block-preformatted{
+ box-sizing:border-box;
+ white-space:pre-wrap;
+}
+
+:where(.wp-block-preformatted.has-background){
+ padding:1.25em 2.375em;
+} \ No newline at end of file