From 2a2ed7e41ae4d330d260a5788fb249ae45513d31 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 18 Mar 2024 18:59:34 -0500 Subject: [PATCH] fix: Screen overflow for table in mobile UI --- resources/static/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/static/styles.css b/resources/static/styles.css index 723ab72..18df8b3 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -110,6 +110,8 @@ dialog form { table td { display: flex; justify-content: left !important; + width: 98vw; + padding: .5em .1em; } table td::before {