fix: [workflows:editor] Nowarp on notifications

pull/8530/head
Sami Mokaddem 2022-08-04 11:32:11 +02:00
parent 4083c141a8
commit 762035dae4
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 0 deletions

View File

@ -1687,6 +1687,7 @@ function genNodeNotificationHtml(block) {
.css({
'vertical-align': 'middle',
'margin-right': '0.25em',
'white-space': 'nowrap',
})
.append(
$('<i class="fas"></i>').addClass(iconBySeverity[severity]),