Merge pull request #30877 from drodil/alert_message_space
This commit is contained in:
@@ -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,
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user