From 23f2ddcd200cc0cd707ef3c238b3db8ec88fe5af Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 13:52:43 +0100 Subject: [PATCH] style update --- proj/y2t/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proj/y2t/assets/css/style.css b/proj/y2t/assets/css/style.css index 8160ea9..815447b 100644 --- a/proj/y2t/assets/css/style.css +++ b/proj/y2t/assets/css/style.css @@ -37,4 +37,8 @@ div.y2t-output div { max-height: 120px; overflow-y: scroll; display:block; +} + +input { + width: 400px; } \ No newline at end of file