From c0f0e7296750401f8eac772d50ae4d1d47eb43cf Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 7 Feb 2026 12:40:37 +0100 Subject: [PATCH] Fix width styling in App.jsx component The width was changed from "100%" to 88 to ensure consistent styling and alignment with design specifications. This adjustment prevents visual discrepancies in the rendered component. --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2a47df9..9bed75d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -445,7 +445,7 @@ export default function App() {