mirror of
				https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
				synced 2025-10-30 19:40:20 -04: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> |           <small> | ||||||
|               <?php echo _("Impacted service(s): "); |               <?php echo _("Impacted service(s): "); | ||||||
|               foreach ( $this->service_name as $key => $value ) { |               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)){?> 
 |           if (isset($this->end_date)){?> 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user