You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and check the borders of the first table.
I'm using Firefox on Windows, I haven't tested on Chrome.
The reason is the "border" property: in Firefox it's an empty string and when you grab its content in
Similar to #50, borders are not present in the tables (and I suppose in every other place).
Save the following page:
https://dev.mysql.com/doc/refman/8.0/en/innodb-locking.html
with the custom CSS rules:
and check the borders of the first table.
I'm using Firefox on Windows, I haven't tested on Chrome.
The reason is the "border" property: in Firefox it's an empty string and when you grab its content in
save-as-ebook/web-extension/extractHtml.js
Line 329 in 12a4cbb
you get nothing.
I've locally fixed the issue by changing the content of the supportedCss array in
save-as-ebook/web-extension/extractHtml.js
Line 38 in 12a4cbb
The text was updated successfully, but these errors were encountered: