From 2d6fee44fefbd679ff9931a9bad646f76d79d441 Mon Sep 17 00:00:00 2001 From: gooseman <16601315+geese-suck@users.noreply.github.com> Date: Mon, 2 May 2022 15:36:43 -0400 Subject: [PATCH] fix table thing for carp --- files/assets/css/main.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index e5324a2f6..ef8305f5f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4728,9 +4728,6 @@ lite-youtube.lyt-activated > .lty-playbtn { .overflow-x-auto { overflow-x: auto !important; } -table { - white-space: nowrap !important; -} @media (max-width: 768px) { .comment .comment-body .comment-text { @@ -5070,4 +5067,4 @@ th, td { .text-green { color: green !important; -} \ No newline at end of file +}