diff options
Diffstat (limited to 'src/frontend/app/components/map')
| -rw-r--r-- | src/frontend/app/components/map/StopSummarySheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/map/StopSummarySheet.tsx b/src/frontend/app/components/map/StopSummarySheet.tsx index e318bee..56e80a4 100644 --- a/src/frontend/app/components/map/StopSummarySheet.tsx +++ b/src/frontend/app/components/map/StopSummarySheet.tsx @@ -56,7 +56,7 @@ export const StopSheet: React.FC<StopSheetProps> = ({ <span className="stop-sheet-id">({stop.stopCode})</span> </div> - <div className={`d-flex flex-wrap flex-row gap-2`}> + <div className={`flex flex-wrap flex-row gap-2`}> {stop.lines.map((lineObj) => ( <LineIcon key={lineObj.line} |
