From 468b0550050933d6fefa61f8f05197b8321fdc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Sojka?= Date: Mon, 5 May 2025 19:46:08 +0200 Subject: [PATCH] 2304-bug-preview-site-rtl-mode-demo-broken (#2322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/rude-jobs-rush.md | 5 +++++ shared/includes/layout/css.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/rude-jobs-rush.md diff --git a/.changeset/rude-jobs-rush.md b/.changeset/rude-jobs-rush.md new file mode 100644 index 000000000..d734e61ec --- /dev/null +++ b/.changeset/rude-jobs-rush.md @@ -0,0 +1,5 @@ +--- + +--- + +Fix broken RTL preview diff --git a/shared/includes/layout/css.html b/shared/includes/layout/css.html index 010546e48..5b2ed2534 100644 --- a/shared/includes/layout/css.html +++ b/shared/includes/layout/css.html @@ -18,7 +18,7 @@ {% if layout-rtl -%} - + {% else -%} {% endif -%}