Skip to content

Commit

Permalink
front: add margin bot to itinerary and runningtime
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 3, 2023
1 parent fe8957d commit 69ebdb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/applications/stdcm/components/RunningTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function RunningTime({ dispatch = noop }: RunningTimeProps) {
}

return (
<div className="d-flex my-2 align-items-center osrd-config-item-container">
<div className="d-flex mb-2 align-items-center osrd-config-item-container">
<div className="text-orange mr-2 ml-1">
<RxLapTimer />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function Itinerary() {
}, [extViewport]);

return (
<div className="itinerary">
<div className="itinerary mb-2">
<div className="mb-2">
<Pathfinding zoomToFeature={zoomToFeature} />
</div>
Expand Down

0 comments on commit 69ebdb4

Please sign in to comment.