summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-06-22 13:59:10 -0400
committerlolcat <will@lolcat.ca>2024-06-22 13:59:10 -0400
commit4e1df70ce6ab311aabc07946ca533deb5ef446d2 (patch)
treed393ea3f2924b439d52333f9457e744f2b628bbc /static
parent40da72e8554e9526379397a8c68f2895292a79c2 (diff)
getTextContent google error piece of shit
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 1e0a1da..6276417 100644
--- a/static/style.css
+++ b/static/style.css
@@ -794,6 +794,10 @@ table tr a:last-child{
background:var(--1d2021);
}
+.web .wiki-head table td{
+ white-space:pre-line;
+}
+
.web .wiki-head td, .about table td{
padding:4px 7px;
vertical-align:middle;