From ef905e089c8446410b5f1f32f5c5cab3393de6e2 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 8 Mar 2025 19:56:39 -0500 Subject: [PATCH] more --- src/styles/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/App.css b/src/styles/App.css index a09f91a..46e902f 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -215,6 +215,9 @@ body { margin: 2px auto; } + .inputContainer { + width: 200px; + } .vehiclesColumn { height: 100%; }