aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/map/StopSummarySheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/map/StopSummarySheet.tsx')
-rw-r--r--src/frontend/app/components/map/StopSummarySheet.tsx2
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}