Table: Set table cell height to 100% (#27309)

## Table

### changed
- adjusted tablecell styles to have 100% height
This commit is contained in:
Michel Engelen 2020-09-01 16:19:55 +02:00 committed by GitHub
parent 1f6c2dbcfb
commit aff9e931ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ export const getTableStyles = stylesFactory(
`,
tableCellWrapper: css`
border-right: 1px solid ${borderColor};
height: 100%;
&:last-child {
border-right: none;