From de15d61ebbe9f838d772f91222d98a7764defb4a Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 8 Dec 2022 20:09:09 -0600 Subject: [PATCH] Fix iphone bug --- templates/submission/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/submission/status.html b/templates/submission/status.html index 714e613..65ba40d 100644 --- a/templates/submission/status.html +++ b/templates/submission/status.html @@ -46,8 +46,8 @@ display: none; } .source-code { + -webkit-text-size-adjust: none; padding-left: 0; - font-size: 1em !important; } .source-wrap { padding: 0.7em;