From 1c966fdb32959b1190813fed226d121687d93e24 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 6 Jun 2014 22:00:48 -0700 Subject: [PATCH] workaround for Webkit #35443 --- share/base.css.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/base.css.in b/share/base.css.in index a4642e3..95cbd53 100644 --- a/share/base.css.in +++ b/share/base.css.in @@ -157,6 +157,10 @@ unicode-bidi:bidi-override;/* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */ -moz-font-feature-settings:"liga" 0;/* We don't want Firefox to recognize ligatures */ } +.@CSS_LINE_CN@:after { + /* Workaround for https://bugs.webkit.org/show_bug.cgi?id=35443 */ + content: ''; +} .@CSS_LINE_CN@ span { /* text blocks within a line */ position:relative; vertical-align: baseline;