mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Do not exceed display for the PR page buttons on smaller screens (#29418)
Fixes #29189. This is the result after the fix at a width of 768 pixels. 
This commit is contained in:
		| @@ -942,7 +942,7 @@ | ||||
|   margin-bottom: -0.25rem; | ||||
| } | ||||
|  | ||||
| @media (max-width: 767.98px) { | ||||
| @media (max-width: 991.98px) { | ||||
|   .repository.view.issue .comment-list .comment .merge-section .item-section { | ||||
|     align-items: flex-start; | ||||
|     flex-direction: column; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user