Skip to content

Commit dd749a0

Browse files
committed
fix(sparkline-legend): drop ineffective vertical-align on flex child
1 parent f98f948 commit dd749a0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/dashboard/src/components/reports/MetricSparklines.module.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,10 @@
136136
height: 6px;
137137
border-radius: 50%;
138138
background: var(--actor-color, var(--text-3));
139-
vertical-align: 1px;
140139
flex-shrink: 0;
140+
// No vertical-align: the parent's `align-items: baseline` already
141+
// owns the cross-axis alignment for inline-flex children, and the
142+
// vertical-align property is ignored on flex items.
141143
}
142144
}
143145

0 commit comments

Comments
 (0)