diff --git a/resources/assets/sass/status-page/_status-page.scss b/resources/assets/sass/status-page/_status-page.scss index c6ffdb86..c3cdc243 100644 --- a/resources/assets/sass/status-page/_status-page.scss +++ b/resources/assets/sass/status-page/_status-page.scss @@ -423,4 +423,8 @@ body.status-page { } } } + //Display inline the incident update message. + .incident-update-item > p { + display: inline-block; + } } diff --git a/resources/views/partials/incidents.blade.php b/resources/views/partials/incidents.blade.php index a711fdcb..5383c890 100644 --- a/resources/views/partials/incidents.blade.php +++ b/resources/views/partials/incidents.blade.php @@ -33,18 +33,17 @@ @if($incident->updates->isNotEmpty())
- - {{ $update->raw_message }} - - - - - -
+ + + {!! $update->formatted_message !!} + + + + + + @endforeach