ITDP / the-online-brt-planning-guide

Online collaborative version of the BRT Planning Guide
https://brtguide.itdp.org
Other
6 stars 20 forks source link

Uncontrolled overflow on heading #118

Closed jonasmalacofilho closed 7 years ago

jonasmalacofilho commented 7 years ago

All headings appear to the missing an explicit width. One particular example: section 1.5.1 – Listing of Benefits Commonly Sought with Major Public Transport Projects.

Also, it's possible that more elements have the same issue, since <p>s appear to be inheriting the "correct width" from .col-text (via margin-right).


Commit: d2bbd7377f16e82d8c9e38308df44ec1d451eaca (head of 'master', as of now)

craice commented 7 years ago

This should work for the headings: https://github.com/ITDP/the-online-brt-planning-guide/pull/120

jonasmalacofilho commented 7 years ago

Closing, since other elements seem fine.


There is some weirdness with math, but that's something very specific and for another issue. Also, it might be necessary to handle that properly when the current work on treating DParagraph(HMath()) as a special case is complete. (ping @aszasz)