mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 12:37:14 -04:00 
			
		
		
		
	Backport #31435 by brechtvl It was correct only on the new issue page. Resolves #31415 Co-authored-by: Brecht Van Lommel <brecht@blender.org>
This commit is contained in:
		| @@ -79,6 +79,11 @@ | |||||||
|   white-space: nowrap; |   white-space: nowrap; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .repository .issue-content-right .filter.menu { | ||||||
|  |   max-height: 500px; | ||||||
|  |   overflow-x: auto; | ||||||
|  | } | ||||||
|  |  | ||||||
| .repository .filter.menu.labels .label-filter .menu .info { | .repository .filter.menu.labels .label-filter .menu .info { | ||||||
|   display: inline-block; |   display: inline-block; | ||||||
|   padding: 0.5rem 0; |   padding: 0.5rem 0; | ||||||
| @@ -562,11 +567,6 @@ td .commit-summary { | |||||||
|   font-size: 14px; |   font-size: 14px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .repository.new.issue .comment.form .issue-content-right .filter.menu { |  | ||||||
|   max-height: 500px; |  | ||||||
|   overflow-x: auto; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .repository.view.issue .instruct-toggle { | .repository.view.issue .instruct-toggle { | ||||||
|   display: inline-block; |   display: inline-block; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user