From 322a9b99eaf44104a147542f9b7d8adf6b7c579e Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 20 Jun 2023 18:36:32 -0500 Subject: [PATCH] Removed global max-width for tables. --- style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/style.css b/style.css index d274c75..864889d 100644 --- a/style.css +++ b/style.css @@ -1436,10 +1436,6 @@ textarea { vertical-align: top; } -table { - max-width: calc(100% - 8px); -} - .mail-count { color: var(--alert); position: relative;