mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table Panel: Fix display of ad-hoc filter actions (#82442)
Remove block display from ad-hoc filter actions
This commit is contained in:
parent
7efa8c2840
commit
88481fed1a
@ -24,7 +24,7 @@ export function useTableStyles(theme: GrafanaTheme2, cellHeightOption: TableCell
|
|||||||
// Cell height need to account for row border
|
// Cell height need to account for row border
|
||||||
height: `${rowHeight - 1}px`,
|
height: `${rowHeight - 1}px`,
|
||||||
|
|
||||||
display: asCellText ? 'block' : 'flex',
|
display: 'flex',
|
||||||
|
|
||||||
...(asCellText
|
...(asCellText
|
||||||
? {
|
? {
|
||||||
|
Loading…
Reference in New Issue
Block a user