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
There seems to be an issue with the margins of blue-table on page 14 (On the Subject of Wire Sequences).
The three tables do not fit the page width, and so the third table wraps below the first two. I have tested this in the latest chrome and safari, it is broken in both browsers.
After looking further into the issue, I found the following:
Certain translations employ a more recent template, utilizing main.css for styling and main.js for autonumbering pages, resulting in a clean presentation without layout overflow on page-14.
On the flip side, the initial English template and some other translations utilize an older template, ironically named newmain.css. These templates manifest layout overflow issues on page 14.
Moving forward, it is recommended that any new translations adopt the more current template. Meanwhile, for translations using newmain.css, a practical solution would involve adjusting the margins of blue-table in the CSS. This approach carries minimal impact and won't disrupt the remainder of the page layout.
I am will make this change, conduct testing on existing translations, and subsequently submit a pull request.
There seems to be an issue with the margins of blue-table on page 14 (On the Subject of Wire Sequences).
The three tables do not fit the page width, and so the third table wraps below the first two. I have tested this in the latest chrome and safari, it is broken in both browsers.
The problem is present in the English template, and also in some of the translations (like this one https://bombmanual.github.io/italian/ ).
Can someone confirm that this is indeed an issue ? I'll be happy to submit a PR to fix it.
The text was updated successfully, but these errors were encountered: