Fix recent search items not handling overflows correctly (#26893)
This commit is contained in:
		
							parent
							
								
									20ac5be1c1
								
							
						
					
					
						commit
						d2cfcdd09e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -5061,6 +5061,11 @@ a.status-card { | |||
|           font-weight: 700; | ||||
|           color: $primary-text-color; | ||||
|         } | ||||
| 
 | ||||
|         span { | ||||
|           overflow: inherit; | ||||
|           text-overflow: inherit; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|  |  | |||
		Reference in a new issue