Don't wrap action buttons below metric name in metrics explorer

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14914/head
Julius Volz 1 year ago
parent 091fc403cf
commit a1908df922
  1. 2
      web/ui/mantine-ui/src/pages/query/MetricsExplorer/MetricsExplorer.tsx

@ -99,7 +99,7 @@ const MetricsExplorer: FC<MetricsExplorerProps> = ({
{items.map((m) => (
<Table.Tr key={m.original}>
<Table.Td>
<Group justify="space-between">
<Group justify="space-between" wrap="nowrap">
{debouncedFilterText === "" ? (
m.original
) : (

Loading…
Cancel
Save