mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix styling for PR merge section when no checks (#11609)
Makes styling consistent between two cases. Also removed unnecessary double border.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0a7c5623d7
						
					
				
				
					commit
					75739d00cb
				
			@@ -919,8 +919,20 @@
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    > .merge-section {
 | 
			
		||||
                        border-top: 1px solid #d4d4d5;
 | 
			
		||||
                        background-color: #f7f7f7;
 | 
			
		||||
 | 
			
		||||
                        .item + .item {
 | 
			
		||||
                            padding-top: .5rem;
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        .divider {
 | 
			
		||||
                            margin-left: -1rem;
 | 
			
		||||
                            margin-right: -1rem;
 | 
			
		||||
                        }
 | 
			
		||||
 | 
			
		||||
                        &.no-header {
 | 
			
		||||
                            #avatar-arrow;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    .markdown {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user