diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 22:40:52 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 22:40:52 +0100 |
| commit | 9618229477439d1604869aa68fc21d4eae7d8bb1 (patch) | |
| tree | 8ada23e40a81e30941a453dda3f7c4552f805f29 /src/frontend/app/root.css | |
| parent | 48ec0aae80a200d7eb50639ff4c4ca8ae564f29b (diff) | |
feat: Enhance route details to include agency information and update map attribution
Diffstat (limited to 'src/frontend/app/root.css')
| -rw-r--r-- | src/frontend/app/root.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 3f41591..a517be6 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -224,3 +224,7 @@ textarea { .maplibregl-ctrl-attrib-inner { line-height: 1rem !important; } + +.maplibregl-ctrl.maplibregl-ctrl-attrib { + min-height: unset !important; +} |
