mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix margin for branch-update grid on PR view when update button is not present (#11521)
* Fix margin for branch-update grid on PR view when update button is not present * Move padding to row element Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							3856fd7c10
						
					
				
				
					commit
					ee4e8542c7
				
			| @@ -648,13 +648,10 @@ | |||||||
|                 } |                 } | ||||||
|                 .branch-update.grid { |                 .branch-update.grid { | ||||||
|                     .row { |                     .row { | ||||||
|                         padding-bottom: 0; |                         padding-bottom: 1rem; | ||||||
|                         .icon { |                         .icon { | ||||||
|                             margin-top: 1.1rem; |                             margin-top: 1.1rem; | ||||||
|                         } |                         } | ||||||
|                         .ui.button { |  | ||||||
|                             margin-bottom: 1rem; |  | ||||||
|                         } |  | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user