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;