mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	work on #616
This commit is contained in:
		@@ -1066,8 +1066,9 @@ The register and sign-in page style
 | 
				
			|||||||
#repo-header-download-drop input {
 | 
					#repo-header-download-drop input {
 | 
				
			||||||
  font-size: 11px;
 | 
					  font-size: 11px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#repo-clone {
 | 
					#repo-header-download-drop #repo-clone-copy {
 | 
				
			||||||
  width: inherit;
 | 
					  width: 85px;
 | 
				
			||||||
 | 
					  text-overflow: clip;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#repo-content {
 | 
					#repo-content {
 | 
				
			||||||
  padding: 18px 0;
 | 
					  padding: 18px 0;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -84,9 +84,10 @@
 | 
				
			|||||||
    button, input {
 | 
					    button, input {
 | 
				
			||||||
        font-size: 11px;
 | 
					        font-size: 11px;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					    #repo-clone-copy {
 | 
				
			||||||
#repo-clone { 
 | 
					        width: 85px;
 | 
				
			||||||
    width: inherit; 
 | 
					        text-overflow: clip;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#repo-content {
 | 
					#repo-content {
 | 
				
			||||||
    padding: 18px 0;
 | 
					    padding: 18px 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user