From c46677671df85928864fa9d27fb9326e2dc26ad6 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 27 Sep 2021 13:26:42 +0200 Subject: [PATCH] Firefox compatiblity patch for table width --- static/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/general.css b/static/css/general.css index 49ea96f..2028ae0 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -99,7 +99,7 @@ table { display: block; border-collapse: collapse; margin: 1rem auto; - width: fit-content; + width: max-content; max-width: 100%; overflow-y: auto; }