From c2ce899cf2c5df584001666a95cac9401c946b1e Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 8 Oct 2015 16:05:54 +0200 Subject: [PATCH] Fixed rtl issue in chrome --- wcfsetup/install/files/style/global.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index a12b13a194..57bb4cee38 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -115,6 +115,11 @@ ol.nativeList { } } +/* workaroud for broken date display on rtl pages in chrome */ +.datetime { + display: inline-block; +} + /* hide broken reCaptcha iframe */ body > iframe[src="about:blank"] { display:none; -- 2.20.1