mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix issue sidebar menus having an infinite height (#10239)
* Revert "Limit label list height on edit issue page" * Fix issue sidebar menus having an infinite height
This commit is contained in:
		| @@ -83,6 +83,7 @@ | ||||
|     .metas { | ||||
|         .menu { | ||||
|             overflow-x: auto; | ||||
|             max-height: 300px; | ||||
|         } | ||||
|  | ||||
|         .ui.list { | ||||
| @@ -152,8 +153,6 @@ | ||||
|         } | ||||
|  | ||||
|         &.labels { | ||||
|             max-height: 300px; | ||||
|  | ||||
|             .label-filter .menu .info { | ||||
|                 display: inline-block; | ||||
|                 padding: 9px 7px 7px 7px; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user