Merge pull request #30877 from drodil/alert_message_space

This commit is contained in:
Ben Lambert
2025-08-13 18:02:37 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Added missing space for alert display component
@@ -124,6 +124,7 @@ export function AlertDisplay(props: AlertDisplayProps) {
{String(firstMessage.message)}
{messages.length > 1 && (
<em>
{' '}
{t('alertDisplay.message', {
count: messages.length - 1,
})}