diff --git a/src/ServicePulse.Host/app/css/particular.css b/src/ServicePulse.Host/app/css/particular.css index 206e82ad2a..6a7fba1075 100644 --- a/src/ServicePulse.Host/app/css/particular.css +++ b/src/ServicePulse.Host/app/css/particular.css @@ -2192,6 +2192,11 @@ i.fa.pa-endpoint-lost.endpoints-overview, i.fa.pa-monitoring-lost.endpoints-over max-width: 76%; float: left; } + + .col-lg-max-10 { + max-width: 88%; + float: left; + } } section[name="message_groups"] .list-section { diff --git a/src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html b/src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html index f684044b14..f198261689 100644 --- a/src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html +++ b/src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html @@ -7,23 +7,22 @@ All endpoints -
-

-
{{endpointName}}
- - +
+

+ {{endpointName}}

+