From f349c491284c0cb007a97c9a11220cc00adbb64f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sat, 15 Nov 2025 17:12:12 +0100 Subject: Fix old tables, improve new styles --- src/frontend/app/components/StopMapSheet.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/frontend/app/components/StopMapSheet.css') diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css index edf1f52..7a3b88c 100644 --- a/src/frontend/app/components/StopMapSheet.css +++ b/src/frontend/app/components/StopMapSheet.css @@ -2,11 +2,9 @@ .stop-map-container { width: 100%; height: 300px; - border-radius: 8px; overflow: hidden; border: 1px solid var(--border-color); margin-block-start: 0; - margin-block-end: 1rem; flex-shrink: 0; } -- cgit v1.3