Skip to content

Commit

Permalink
tweak: Margin needed on missed stops badge, not padding (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell authored Oct 21, 2024
1 parent 0d224a6 commit 5ad8c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/detours/detourPanelComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MissedStops = ({ missedStops }: MissedStopsProps) => (
<section className="pb-3">
<h2 className="c-diversion-panel__h2">
Missed Stops
<Badge pill bg="missed-stop" className="ps-2 fs-4">
<Badge pill bg="missed-stop" className="ms-2 fs-4">
{missedStops.length}
</Badge>
</h2>
Expand Down

0 comments on commit 5ad8c96

Please sign in to comment.