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

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2024-09-16 19:51:35 +02:00
parent 091fc403cf
commit a1908df922

View file

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