From a97597bca13505ce98a29df997deb2b177f0552f Mon Sep 17 00:00:00 2001 From: Gitai Date: Thu, 19 Mar 2020 09:02:55 +0800 Subject: [PATCH] Update style.css fix bottom boundary overflow --- html/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/style.css b/html/style.css index 24a3ed0..acc6f36 100644 --- a/html/style.css +++ b/html/style.css @@ -295,6 +295,7 @@ input.inline { /* Text console */ pre.console { + box-sizing: border-box; background-color: #663300; border-radius: 5px; border: 0px solid #000000;