Fix cutoff of instance name (#30598)
This commit is contained in:
		
							parent
							
								
									410370eecd
								
							
						
					
					
						commit
						f48f39a767
					
				@ -613,9 +613,10 @@ code {
 | 
				
			|||||||
      font-family: inherit;
 | 
					      font-family: inherit;
 | 
				
			||||||
      pointer-events: none;
 | 
					      pointer-events: none;
 | 
				
			||||||
      cursor: default;
 | 
					      cursor: default;
 | 
				
			||||||
      max-width: 140px;
 | 
					      max-width: 50%;
 | 
				
			||||||
      white-space: nowrap;
 | 
					      white-space: nowrap;
 | 
				
			||||||
      overflow: hidden;
 | 
					      overflow: hidden;
 | 
				
			||||||
 | 
					      text-overflow: ellipsis;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      &::after {
 | 
					      &::after {
 | 
				
			||||||
        content: '';
 | 
					        content: '';
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user