From 3cfe6b6ec843598f5b83e32f27cd791484e2541d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:48:48 +0900 Subject: [PATCH] fixed tiny sheld width --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 63c2d5765..82d20eb15 100644 --- a/public/style.css +++ b/public/style.css @@ -213,6 +213,7 @@ code { resize: both; min-height: 100px; min-width: 100px; + width: var(--sheldWidth); } #sheldheader {