wp/wp-includes/blocks/code/style.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/blocks/code/style.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/code/style.css	Fri Sep 05 18:52:52 2025 +0200
@@ -2,8 +2,10 @@
   box-sizing:border-box;
 }
 .wp-block-code code{
+  direction:ltr;
   display:block;
   font-family:inherit;
   overflow-wrap:break-word;
+  text-align:initial;
   white-space:pre-wrap;
 }
\ No newline at end of file