Display the formatted message for incident's updates.

In order to be backward compatible, the formatted message is displayed
for incident's updates, so a strong sentance can be used as it was the
case before.
This commit is contained in:
A
2018-01-10 15:56:38 +01:00
parent 66ec744c21
commit d6ce735df3
2 changed files with 15 additions and 12 deletions

View File

@@ -423,4 +423,8 @@ body.status-page {
}
}
}
//Display inline the incident update message.
.incident-update-item > p {
display: inline-block;
}
}