From 5cf8242cd7dd6b4ce8de0723c24a2d0b1b6ab951 Mon Sep 17 00:00:00 2001 From: wixette Date: Sun, 8 Mar 2020 21:50:22 +0800 Subject: [PATCH] fix overflow issue --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index d75500d..e8b0b2f 100644 --- a/css/style.css +++ b/css/style.css @@ -169,7 +169,7 @@ footer { } #debug-data-input { - width: 100%; + width: 98%; } #debug-load-data {