From f9f416ecbc92a9b55a23502516a13a586738ba00 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Fri, 24 May 2019 22:25:03 +0630 Subject: [PATCH] Allow languages to display as 'rtl' when added in meta data (#1716) --- themes/cypress/layout/page.swig | 2 +- themes/cypress/source/css/_partial/base.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/cypress/layout/page.swig b/themes/cypress/layout/page.swig index 64399151f3..d5f84e300e 100644 --- a/themes/cypress/layout/page.swig +++ b/themes/cypress/layout/page.swig @@ -1,4 +1,4 @@ -
+
{{ partial('partial/sidebar') }} diff --git a/themes/cypress/source/css/_partial/base.scss b/themes/cypress/source/css/_partial/base.scss index 0a2ab24812..541d102937 100644 --- a/themes/cypress/source/css/_partial/base.scss +++ b/themes/cypress/source/css/_partial/base.scss @@ -91,6 +91,10 @@ button, select, input, input[type="submit"]::-moz-focus-inner, input[type="butto position: relative; top: 62px; bottom: 334px; + + &.rtl { + direction: rtl; + } } @media print {