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 21:34:14 +07:00 committed by GitHub
parent 7efa8c2840
commit 88481fed1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
? {