mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Fix dropdown content overflow (#31610)
close #31602  --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -1364,6 +1364,10 @@ table th[data-sortt-desc] .svg { | ||||
|   min-width: 0; /* make ellipsis work */ | ||||
| } | ||||
|  | ||||
| .ui.multiple.selection.dropdown { | ||||
|   flex-wrap: wrap; | ||||
| } | ||||
|  | ||||
| .ui.ui.dropdown.selection { | ||||
|   min-width: 14em; /* match the default min width */ | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user