mirror of
				https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
				synced 2025-11-03 20:20:20 -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user