From d26b00d2f7f6084d51f2742fccce8fbd0ef57c2c Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Mon, 24 Jul 2017 00:54:13 +0300 Subject: [PATCH] ADD: rtl languages support [2]. --- source/css/_common/components/post/post.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/_common/components/post/post.styl b/source/css/_common/components/post/post.styl index 8084c238d..99dc53f08 100644 --- a/source/css/_common/components/post/post.styl +++ b/source/css/_common/components/post/post.styl @@ -3,6 +3,7 @@ +mobile() { word-break: break-word; } + &.rtl p { direction: rtl; } } .post-body .fancybox img {