From 0ff8775cf6fabcad6194a47e2f72ad560a1e0788 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 19 Aug 2026 22:40:02 +0200 Subject: [PATCH] =?UTF-8?q?fix(recipes):=20=C3=A9largir=20le=20s=C3=A9lect?= =?UTF-8?q?eur=20d'unit=C3=A9=20pour=20les=20labels=20longs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .ingredient-row__unit était encore dimensionné pour l'ancien champ texte libre (6rem, suffisant pour "g"/"unité") — trop étroit maintenant que c'est un over the reference catalog + // (see IngredientRow.tsx), left too narrow for that one. &__unit { - width: 6rem; + width: 11rem; } &__remove {