summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-26 19:28:04 +0200
committerdweller <dweller@cabin.digital>2024-02-26 19:28:04 +0200
commit6f333e9671b104e2f343ed4c2a83b004cc3a1e1d (patch)
tree170de29aebcfab2df85b12700d2c83c0f415f085 /style
parent8883e5ea3fd5b3992df41e011f83f23402c75b63 (diff)
honey, it's time to fix CSS. yes dear... (table overflow)
Diffstat (limited to '')
-rw-r--r--style/man.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style/man.css b/style/man.css
index 3e963ff..5c609b9 100644
--- a/style/man.css
+++ b/style/man.css
@@ -115,6 +115,9 @@
table
{
+ display: block;
+ overflow-x: auto;
+
border: none;
text-align: center;