fix(ui): allow fields to grow in flex layouts

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-05-14 15:39:41 +01:00
parent b180f0ffd4
commit 5520e07992
8 changed files with 23 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Updated field components to grow within flex layouts instead of forcing their width to remain fixed.