From 278e07f7bdfc1c81129a261d59311bc82461366c Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 20 Nov 2022 14:46:39 +0100 Subject: fix: over flowing table that destroy the layout (#4872) --- p/themes/BlueLagoon/BlueLagoon.css | 3 +-- p/themes/BlueLagoon/BlueLagoon.rtl.css | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'p/themes/BlueLagoon') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index c76057e79..14f1cd612 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -75,8 +75,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid #ddd; } diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index cf4980cee..66cca16fe 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css @@ -75,8 +75,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid #ddd; } -- cgit v1.2.3