Skip to content

Commit

Permalink
tweak: use padding instead of relying on a blank space
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Firestack <firestack@users.noreply.github.com>
  • Loading branch information
hannahpurcell and firestack authored Oct 16, 2024
1 parent 979b57e commit 7e32eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/src/components/detours/detourPanelComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const MissedStops = ({ missedStops }: MissedStopsProps) => (
{missedStops && (
<section className="pb-3">
<h2 className="c-diversion-panel__h2">
Missed Stops{" "}
<Badge pill bg="missed-stop" className="fs-4">
Missed Stops
<Badge pill bg="missed-stop" className="ps-2 fs-4">
{missedStops.length}
</Badge>
</h2>
Expand Down

0 comments on commit 7e32eaf

Please sign in to comment.