mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2024-11-27 06:38:40 -05:00
Fix service labels not fitting inside container
Service Labels are automatically pushed to a new line when there is no enough space
This commit is contained in:
parent
dc7fcdbd4f
commit
f6acd559d5
@ -194,7 +194,7 @@ class Incident implements JsonSerializable
|
||||
<small>
|
||||
<?php echo _("Impacted service(s): ");
|
||||
foreach ( $this->service_name as $key => $value ) {
|
||||
echo '<span class="label label-default">'.$value . '</span> ';
|
||||
echo '<span class="label label-default" style="display:inline-block;">'.$value . '</span> ';
|
||||
}
|
||||
|
||||
if (isset($this->end_date)){?>
|
||||
|
Loading…
Reference in New Issue
Block a user