aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/mapco.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-20 14:46:39 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-20 14:46:39 +0100
commit278e07f7bdfc1c81129a261d59311bc82461366c (patch)
tree486e393985b7d4ef1dc650fa86fa9d49ddd5229f /p/themes/Mapco/mapco.css
parente7aa0628581a8d010561959f7b80ce7e1a3784ab (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.css3
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;
}