Table Panel: Fix display of ad-hoc filter actions (#82442)

Remove block display from ad-hoc filter actions
This commit is contained in:
Kyle Cunningham
2024-02-14 16:34:14 +02:00
committed by GitHub
parent 7efa8c2840
commit 88481fed1a
@@ -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
? {