mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 20:50:07 +00:00
workaround for Webkit #35443
This commit is contained in:
parent
42bbfe5d22
commit
1c966fdb32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user