fix(css): support style transformer for inline css (#2403)
* fix(css): support style transformer for inline css * fix(eink): bold text for current chapter in the TOC, closes #2401
This commit is contained in:
@@ -391,6 +391,10 @@ const getLayoutStyles = (
|
||||
div.center *, p.center * { text-align: center; }
|
||||
div.justify *, p.justify * { text-align: justify; }
|
||||
|
||||
.h5_mainbody {
|
||||
overflow: unset !important;
|
||||
}
|
||||
|
||||
.nonindent, .noindent {
|
||||
text-indent: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user