openreferral / specification

The Human Services Data Specification - a data exchange format developed by the Open Referral Initiative
https://openreferral.org
Other
117 stars 49 forks source link

Columns on HSDS Reference page don't line up #237

Closed odscjames closed 9 months ago

odscjames commented 3 years ago

http://docs.openreferral.org/en/latest/hsds/reference/

If you look at the source code, you'll see:

<colgroup>
<col style="width: 17%">
<col style="width: 17%">
<col style="width: 50%">
<col style="width: 8%">
<col style="width: 8%">
</colgroup>

So we are trying to set up column widths to be standard across all tables on that page. Makes sense, that makes it easier to scan.

However it's not working, in firefox or chrome:

cols-not-lined-up

mrshll1001 commented 9 months ago

Closing as we've changed how we render these tables in 3.0 due to the move to JSON Schema. They all line up nicely :-)