From 43bc7196ea425668f748b0f62149137634b61c0d Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 20 Apr 2020 17:25:11 +0800 Subject: [PATCH] docs: fix site subtitle in rtl (#23403) --- site/theme/static/markdown.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site/theme/static/markdown.less b/site/theme/static/markdown.less index e64b771055..25361ed944 100644 --- a/site/theme/static/markdown.less +++ b/site/theme/static/markdown.less @@ -33,11 +33,6 @@ .subtitle { margin-left: 12px; - - .ant-row-rtl & { - margin-right: 12px; - margin-left: 0; - } } }