[v11.0.x] Datatrails: Fix overflow of labels (#87313)
Datatrails: Fix overflow of labels (#87301)
Fix overflow of labels
(cherry picked from commit 9fbca6c035)
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
This commit is contained in:
co-authored by
ismail simsek
parent
1d2e581a39
commit
9db35835e5
@@ -32,7 +32,7 @@ export function DataTrailCard({ trail, onSelect, onDelete }: Props) {
|
||||
<Card onClick={onClick} className={styles.card}>
|
||||
<Card.Heading>{getMetricName(trail.state.metric)}</Card.Heading>
|
||||
<div className={styles.description}>
|
||||
<Stack gap={1.5}>
|
||||
<Stack gap={1.5} wrap="wrap">
|
||||
{filters.map((f) => (
|
||||
<Tag key={f.key} name={`${f.key}: ${f.value}`} colorIndex={12} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user