Skip to content

incorrect layout for an <img> inside <table> #163

@namiwang

Description

@namiwang

repro

<table>
  <tr>
    <td>
      <img src="https://placekitten.com/200/200">
    </td>
    <td>
      text
    </td>
  </tr>
</table>

expected

text

actually

Screen Shot 2019-09-19 at 21 22 26

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions