Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/ServicePulse.Host/app/css/particular.css
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,10 @@ div.alert.alert-warning strong {
color: #00729C !important;
}

.pre-wrap {
white-space: pre-wrap;
}

@media (max-width: 1439px) {
html, body, nav {
min-width: 1440px !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Custom checks</h1>
<div class="col-xs-10">
<div class="row box-header">
<div class="col-sm-12 no-side-padding">
<p class="lead">{{item.failure_reason}}</p>
<p class="lead pre-wrap">{{item.failure_reason}}</p>
<p>{{item.custom_check_id}} </p>
<p>
{{item.category}} reported by {{item.originating_endpoint.name}} on {{item.originating_endpoint.host}} <sp-moment date="{{item.reported_at}}"></sp-moment>
Expand Down