forked from akai/readest
fix(mobi): properly handle empty fragments for MOBI (#2456)
This commit is contained in:
@@ -331,7 +331,7 @@ const getLayoutStyles = (
|
||||
|
||||
p:not([dir="rtl"]) {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
.epubtype-footnote,
|
||||
|
||||
+1
-1
Submodule packages/foliate-js updated: 3a1d201017...f6bccb509d
Reference in New Issue
Block a user