aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopSheet.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-11-05 12:33:31 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-05 12:33:43 +0100
commit234d069f74499872a1d6612dc1c3dff418c52f20 (patch)
tree8ad94b351f4fc0faf00e9a5738af4467bd6b3ec6 /src/frontend/app/components/StopSheet.css
parent569012a4db414201c09f8991e62e0a26cecd9e67 (diff)
Refactor LineIcon component to display the original line name and adjust StopSheet styles for better layout
Diffstat (limited to 'src/frontend/app/components/StopSheet.css')
-rw-r--r--src/frontend/app/components/StopSheet.css3
1 files changed, 2 insertions, 1 deletions
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 {