From 62bcc31305b08c93313cc6ad6e8205787529e9bb Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 10 Jan 2021 18:48:08 -0800 Subject: [PATCH] Fix Wide UI on Mobile --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 8077c8e..c892d2b 100644 --- a/static/style.css +++ b/static/style.css @@ -815,6 +815,7 @@ td, th { flex-direction: column-reverse; padding: 10px; margin: 100px 0 10px 0; + max-width: 100%; } nav {