mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Fix incorrect issuel filter menu style (#25018)
Before: <details>  </details> After: <details>   </details>
This commit is contained in:
		| @@ -23,12 +23,6 @@ | ||||
|   justify-content: space-between; | ||||
| } | ||||
|  | ||||
| .dashboard.feeds .filter.menu .item .text, | ||||
| .dashboard.issues .filter.menu .item .text { | ||||
|   height: 16px; | ||||
|   vertical-align: middle; | ||||
| } | ||||
|  | ||||
| .dashboard.feeds .filter.menu .item .text.truncate, | ||||
| .dashboard.issues .filter.menu .item .text.truncate { | ||||
|   width: 75%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user