From f6acd559d57dc4d1344befc8f3b1edd4dc47ff5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20Kerem=20Oktay?= Date: Fri, 14 Aug 2020 12:09:12 +0300 Subject: [PATCH] Fix service labels not fitting inside container Service Labels are automatically pushed to a new line when there is no enough space --- classes/incident.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/incident.php b/classes/incident.php index 0385754..d8ff0dd 100644 --- a/classes/incident.php +++ b/classes/incident.php @@ -194,7 +194,7 @@ class Incident implements JsonSerializable service_name as $key => $value ) { - echo ''.$value . ' '; + echo ''.$value . ' '; } if (isset($this->end_date)){?>