We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
I've created a table based on the documented example, but header cells seems to be center aligned instead of right aligned.
Steps to reproduce the bug
<Table> <Head> <Row> <Cell as="th" scope="col" width={"240px"}> Wellbore </Cell> <Cell as="th" scope="col" width={"120px"}> DtectLoss </Cell> </Row> </Head> <Body> <Row> <Cell>NO 12/34-C-B1</Cell> <Cell>OK</Cell> </Row> <Row> <Cell>NO 12/34-C-B2</Cell> <Cell>OK</Cell> </Row> <Row> <Cell>NO 34/12-A</Cell> <Cell>Alarm</Cell> </Row> </Body> </Table>
Expected behavior I expect that the header cells are aligned like the content cells
A clear and concise description of what you expected to happen.
Specifications
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, we’ll take a look at it early next week 👍
Sorry, something went wrong.
pomfrida
Successfully merging a pull request may close this issue.
Describe the bug
I've created a table based on the documented example, but header cells seems to be center aligned instead of right aligned.
Steps to reproduce the bug
Expected behavior
I expect that the header cells are aligned like the content cells
A clear and concise description of what you expected to happen.
Specifications
The text was updated successfully, but these errors were encountered: