Merge pull request #34256 from backstage/cursor/ui-field-flex

fix(ui): allow fields to grow in flex layouts
This commit is contained in:
Fredrik Adelöw
2026-05-16 16:53:46 +02:00
committed by GitHub
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.