From 234d069f74499872a1d6612dc1c3dff418c52f20 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 5 Nov 2025 12:33:31 +0100 Subject: Refactor LineIcon component to display the original line name and adjust StopSheet styles for better layout --- src/frontend/app/components/StopSheet.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/frontend/app/components/StopSheet.css') diff --git a/src/frontend/app/components/StopSheet.css b/src/frontend/app/components/StopSheet.css index 931dcc3..e9c04fb 100644 --- a/src/frontend/app/components/StopSheet.css +++ b/src/frontend/app/components/StopSheet.css @@ -31,7 +31,8 @@ .stop-sheet-lines-container { display: flex; - gap: 0.75rem; + gap: 0.5rem; + flex-wrap: wrap; } .stop-sheet-loading { -- cgit v1.3