Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Table with headings in rows does not display properly #786

Open
wojtekmaj opened this issue Aug 12, 2021 · 0 comments
Open

Table with headings in rows does not display properly #786

wojtekmaj opened this issue Aug 12, 2021 · 0 comments

Comments

@wojtekmaj
Copy link
Contributor

wojtekmaj commented Aug 12, 2021

Describe the bug

Table with headings in rows does not display properly: borders look broken (see screenshots below).

To Reproduce

<Table>
  <Tbody>
    <Tr>
      <Th scope="row">Heading 1</Th>
      <Td>Value 1</Td>
    </Tr>
    <Tr>
      <Th scope="row">Heading 2</Th>
      <Td>Value 2</Td>
    </Tr>
    <Tr>
      <Th scope="row">Heading 3</Th>
      <Td>Value 3</Td>
    </Tr>
  </Tbody>
</Table>

Expected behavior

Something like this maybe?

image

Screenshots

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant