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