From aff9e931ceb034b1f4f72967bd65d7d9b3082aee Mon Sep 17 00:00:00 2001 From: Michel Engelen <32863416+michelengelen@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:19:55 +0200 Subject: [PATCH] Table: Set table cell height to 100% (#27309) ## Table ### changed - adjusted tablecell styles to have 100% height --- packages/grafana-ui/src/components/Table/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Table/styles.ts b/packages/grafana-ui/src/components/Table/styles.ts index a104cccca86..fc336f692cd 100644 --- a/packages/grafana-ui/src/components/Table/styles.ts +++ b/packages/grafana-ui/src/components/Table/styles.ts @@ -81,6 +81,7 @@ export const getTableStyles = stylesFactory( `, tableCellWrapper: css` border-right: 1px solid ${borderColor}; + height: 100%; &:last-child { border-right: none;