milligram: Wrong spacing if rowspan is used
Take the example at https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics, more specifically the code at https://github.com/mdn/learning-area/blob/master/html/tables/basic/animals-table-fixed.html and point it to this css instead of the provided one.
You get (with the latest Firefox on OSX) what you see in the attached image, which is not correct (Hen
and Mare
seem to have some white-space to their left).

About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 29 (5 by maintainers)
Commits related to this issue
- fix issue #217 — committed to tusharck/milligram by tusharck 4 years ago
- fix issue #217 — committed to tusharck/milligram by tusharck 4 years ago
- fix - issue #217 — committed to tusharck/milligram by tusharck 4 years ago
Can I work on this issue?
Nope… I’m not the repo owner, but those files look to be generated (have a look at https://github.com/milligram/milligram/blob/master/.github/contributing.md#building) starting from sass files under the
src
directory.To increase the chance of your PR being accepted, don’t forget to run the tests (https://github.com/milligram/milligram/blob/master/.github/contributing.md#test) and check that your solution isn’t breaking any one of them — if possible, add a new test showing the effectiveness of your solution.