mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01:00 
			
		
		
		
	Fixed text overflow in dropdown menu (#26694)
Fixes #26622  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		@@ -162,6 +162,11 @@
 | 
			
		||||
  left: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository .filter.menu .ui.dropdown .menu .item {
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  text-overflow: ellipsis;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.repository .select-label .desc {
 | 
			
		||||
  padding-left: 23px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user