Merge pull request #26 from emmawinston/fix-resize-display-name-bug
Fix resizable display names CSS bug in Safari and Firefox
This commit is contained in:
		@ -1674,11 +1674,6 @@ a.account__display-name {
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  text-overflow: ellipsis;
 | 
			
		||||
  white-space: nowrap;
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 1550px) {
 | 
			
		||||
    resize: vertical;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.display-name__html {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user