Back to notes

published 2025-04-28

Fixing GitHub README table cell with icon

l-you avatarl-you

So, the problem was that GitHub markdown files do not respect image width in case content is shorter than image. Thanks to HTML. There is “ ” filler in HTML specification that does role of “Non-breaking invisible glue” so it can simulate table width in case there is not enough symbols in table cell content.

featured attachment

Screenshot of l-you README