Commit aff9e931 by Michel Engelen Committed by GitHub

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

## Table

### changed
- adjusted tablecell styles to have 100% height
parent 1f6c2dbc
......@@ -81,6 +81,7 @@ export const getTableStyles = stylesFactory(
`,
tableCellWrapper: css`
border-right: 1px solid ${borderColor};
height: 100%;
&:last-child {
border-right: none;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment