mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Fix #570
This commit is contained in:
		
							
								
								
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								gogs.go
									
									
									
									
									
								
							@@ -17,7 +17,7 @@ import (
 | 
				
			|||||||
	"github.com/gogits/gogs/modules/setting"
 | 
						"github.com/gogits/gogs/modules/setting"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const APP_VER = "0.5.5.1014 Beta"
 | 
					const APP_VER = "0.5.5.1015 Beta"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
func init() {
 | 
					func init() {
 | 
				
			||||||
	runtime.GOMAXPROCS(runtime.NumCPU())
 | 
						runtime.GOMAXPROCS(runtime.NumCPU())
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1250,6 +1250,7 @@ The register and sign-in page style
 | 
				
			|||||||
  color: #444;
 | 
					  color: #444;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#repo-files-table thead .last-commit .text-truncate {
 | 
					#repo-files-table thead .last-commit .text-truncate {
 | 
				
			||||||
 | 
					  max-width: 440px;
 | 
				
			||||||
  margin-left: .4em;
 | 
					  margin-left: .4em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#repo-files-table thead .last-commit .text-truncate,
 | 
					#repo-files-table thead .last-commit .text-truncate,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -294,6 +294,7 @@
 | 
				
			|||||||
                color: #444;
 | 
					                color: #444;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            .text-truncate {
 | 
					            .text-truncate {
 | 
				
			||||||
 | 
					                max-width: 440px;
 | 
				
			||||||
                margin-left: .4em;
 | 
					                margin-left: .4em;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
0.5.5.1014 Beta
 | 
					0.5.5.1015 Beta
 | 
				
			||||||
		Reference in New Issue
	
	Block a user