aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Nord
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/Nord
parente7aa0628581a8d010561959f7b80ce7e1a3784ab (diff)
fix: over flowing table that destroy the layout (#4872)
Diffstat (limited to 'p/themes/Nord')
-rw-r--r--p/themes/Nord/nord.css4
-rw-r--r--p/themes/Nord/nord.rtl.css4
2 files changed, 0 insertions, 8 deletions
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css
index 65d2f8bea..f7ffb7cf7 100644
--- a/p/themes/Nord/nord.css
+++ b/p/themes/Nord/nord.css
@@ -95,10 +95,6 @@ button.as-link[disabled] {
}
/*=== Tables */
-tr, th, td {
- padding: 0.5em;
-}
-
form td,
form th {
font-weight: normal;
diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css
index 570b77d62..b1015d7de 100644
--- a/p/themes/Nord/nord.rtl.css
+++ b/p/themes/Nord/nord.rtl.css
@@ -95,10 +95,6 @@ button.as-link[disabled] {
}
/*=== Tables */
-tr, th, td {
- padding: 0.5em;
-}
-
form td,
form th {
font-weight: normal;