Web: Barcode-Feld nicht mehr von den Knoepfen zusammengequetscht

Barcode-Eingabe behaelt eine Mindestbreite; die Knoepfe (Nachschlagen /
Vergleichen) brechen bei Platznot in die naechste Zeile um.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-27 21:27:16 +02:00
parent 46f9c69a39
commit 24ea55c396

View File

@@ -562,8 +562,8 @@ export default function ProductForm() {
volle Breite ein. */} volle Breite ein. */}
<div className="produkt-kopf"> <div className="produkt-kopf">
<div className="produkt-kopf-felder"> <div className="produkt-kopf-felder">
<div className="field-inline"> <div className="field-inline" style={{ flexWrap: "wrap" }}>
<label className="grow" style={{ flex: "1 1 auto", minWidth: 0 }}> <label className="grow" style={{ flex: "1 1 200px", minWidth: 160 }}>
Barcode Barcode
<input value={form.barcode} onChange={(e) => set("barcode", e.target.value)} disabled={readOnly} /> <input value={form.barcode} onChange={(e) => set("barcode", e.target.value)} disabled={readOnly} />
</label> </label>