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/Ansum | |
| parent | e7aa0628581a8d010561959f7b80ce7e1a3784ab (diff) | |
fix: over flowing table that destroy the layout (#4872)
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_tables.scss | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 3 |
3 files changed, 3 insertions, 6 deletions
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; } |
