mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix max-width of selection dropdowns (#11144)
Fix a regression added by https://github.com/go-gitea/gitea/pull/10897/files.
This commit is contained in:
		@@ -1223,7 +1223,7 @@ i.icon.centerlock {
 | 
			
		||||
 | 
			
		||||
/* limit width of all direct dropdown menu children */
 | 
			
		||||
/* https://github.com/go-gitea/gitea/pull/10835 */
 | 
			
		||||
.dropdown > .menu > * {
 | 
			
		||||
.dropdown:not(.selection) > .menu > * {
 | 
			
		||||
    max-width: 300px;
 | 
			
		||||
    overflow-x: hidden;
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user