Merge pull request #20334 from acierto/fix-warning-panel

Fix for a Warning Panel. For certain error messages the content of it doesn't fit inside the div container.
This commit is contained in:
Patrik Oldsberg
2023-10-10 11:56:20 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fixed overflowing messages in `WarningPanel`.