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:
parent
091fc403cf
commit
a1908df922
|
@ -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…
Reference in New Issue