From eefa10cc2d4bea73d82b52e8b6819bda14d4c33c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 3 Jan 2022 13:43:38 +0200 Subject: [PATCH] fds --- files/assets/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 3476fdf5e..86a360fce 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -421,7 +421,6 @@ pre code { padding: 0.75rem; vertical-align: top; border-top: 1px solid var(--gray-400); - white-space: nowrap !important; } .table thead th { vertical-align: bottom; @@ -4754,4 +4753,7 @@ lite-youtube.lyt-activated > .lty-playbtn { .overflow-x-auto { overflow-x: auto !important; +} +table { + white-space: nowrap !important; } \ No newline at end of file