From 6bd8b9c3f1ec5e0f034e649658936a8f3b31bd0b Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 8 Dec 2022 19:40:57 -0600 Subject: [PATCH] More css for prev commit --- templates/submission/status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/submission/status.html b/templates/submission/status.html index 705d275..714e613 100644 --- a/templates/submission/status.html +++ b/templates/submission/status.html @@ -47,10 +47,10 @@ } .source-code { padding-left: 0; - font-size: 1em; + font-size: 1em !important; } .source-wrap { - padding: 0.5em; + padding: 0.7em; } }