[Glitch] Fix recent search items not handling overflows correctly
Port d2cfcdd09e to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									e193c848fe
								
							
						
					
					
						commit
						0b5903af7c
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -78,6 +78,11 @@
 | 
				
			||||||
          font-weight: 700;
 | 
					          font-weight: 700;
 | 
				
			||||||
          color: $primary-text-color;
 | 
					          color: $primary-text-color;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        span {
 | 
				
			||||||
 | 
					          overflow: inherit;
 | 
				
			||||||
 | 
					          text-overflow: inherit;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue