From d5c3e6d6f0630b92b140384431d2e4a411670e20 Mon Sep 17 00:00:00 2001 From: MohammadSaleh Kamyab Date: Thu, 19 May 2022 15:47:56 +0000 Subject: [PATCH] Blog's header buttons margin fix in RTL --- assets/themes/default/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/themes/default/_forms.scss b/assets/themes/default/_forms.scss index 79e2af2e..5c4a03c4 100644 --- a/assets/themes/default/_forms.scss +++ b/assets/themes/default/_forms.scss @@ -134,7 +134,7 @@ form.new-post { } .button + .button { - margin-left: 1em; + margin-inline-start: 1em; } .split {