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/Ansum/_tables.scss | 3 +-- p/themes/Ansum/ansum.css | 3 +-- p/themes/Ansum/ansum.rtl.css | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_tables.scss b/p/themes/Ansum/_tables.scss index 4955fff6a..7376279e0 100644 --- a/p/themes/Ansum/_tables.scss +++ b/p/themes/Ansum/_tables.scss @@ -5,8 +5,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid variables.$grey-medium-light; } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index dfc7562f9..904335955 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -201,8 +201,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid #e4d8cc; } diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index c5809c501..3ce5662db 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -201,8 +201,7 @@ table { border-collapse: collapse; } -tr, th, td { - padding: 0.5em; +th, td { border: 1px solid #e4d8cc; } -- cgit v1.2.3