diff options
| author | 2022-11-20 14:46:39 +0100 | |
|---|---|---|
| committer | 2022-11-20 14:46:39 +0100 | |
| commit | 278e07f7bdfc1c81129a261d59311bc82461366c (patch) | |
| tree | 486e393985b7d4ef1dc650fa86fa9d49ddd5229f /p/themes/Mapco/mapco.css | |
| parent | e7aa0628581a8d010561959f7b80ce7e1a3784ab (diff) | |
fix: over flowing table that destroy the layout (#4872)
Diffstat (limited to 'p/themes/Mapco/mapco.css')
| -rw-r--r-- | p/themes/Mapco/mapco.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 656cb87a2..5a6b44b9a 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -200,8 +200,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid #d5d8db; } |
