From 88481fed1a6a64a58f11f09914994616803fe29a Mon Sep 17 00:00:00 2001 From: Kyle Cunningham Date: Wed, 14 Feb 2024 21:34:14 +0700 Subject: [PATCH] Table Panel: Fix display of ad-hoc filter actions (#82442) Remove block display from ad-hoc filter actions --- packages/grafana-ui/src/components/Table/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Table/styles.ts b/packages/grafana-ui/src/components/Table/styles.ts index af30a8fdc4e..e37e697b28c 100644 --- a/packages/grafana-ui/src/components/Table/styles.ts +++ b/packages/grafana-ui/src/components/Table/styles.ts @@ -24,7 +24,7 @@ export function useTableStyles(theme: GrafanaTheme2, cellHeightOption: TableCell // Cell height need to account for row border height: `${rowHeight - 1}px`, - display: asCellText ? 'block' : 'flex', + display: 'flex', ...(asCellText ? {