From ffbe33bec4406058a458656da7588075bc55b926 Mon Sep 17 00:00:00 2001 From: Scarriffle Date: Mon, 27 Jul 2026 15:00:33 +0200 Subject: [PATCH] Web: Produkt-Seite nutzt die volle Breite (content--wide) Die Produkt-Detail-/Anlege-Seite war auf 1400px gedeckelt; ihr zweispaltiges Layout (Formular + EAN-Codes/Chargen) wurde dadurch auf breiten Monitoren gequetscht. Jetzt volle Breite wie die uebrigen Tabellenseiten. Co-Authored-By: Claude Opus 4.8 --- web/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.jsx b/web/src/App.jsx index 4f86d71..dcda76a 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -141,8 +141,8 @@ export default function App() { } /> } /> } /> - } /> - } /> + } /> + } /> } /> } /> } />