diff --git a/packages/grafana-ui/src/components/Table/styles.ts b/packages/grafana-ui/src/components/Table/styles.ts index 8dfe059485c..43eab0087fb 100644 --- a/packages/grafana-ui/src/components/Table/styles.ts +++ b/packages/grafana-ui/src/components/Table/styles.ts @@ -25,6 +25,7 @@ export const getTableStyles = (theme: GrafanaTheme2) => { ${color ? `color: ${color};` : ''}; ${background ? `background: ${background};` : ''}; + background-clip: padding-box; &:last-child:not(:only-child) { border-right: none;