This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#695
from CBiX/dev
fixed code view line height for firefox
tags/v1.2.0-rc1
无闻
11 years ago
parent
cd627ba16e
d06d58e461
commit
ddeb076890
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/ng/css/gogs.css
+1
-1
public/ng/less/gogs/repository.less
+ 1
- 1
public/ng/css/gogs.css
View File
@@ -1416,7 +1416,7 @@ The register and sign-in page style
}
.code-view .lines-num span {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
line-height:
1.6
;
line-height:
20px
;
padding: 0 10px;
cursor: pointer;
display: block;
+ 1
- 1
public/ng/less/gogs/repository.less
View File
@@ -447,7 +447,7 @@
width: 1%;
span {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
line-height:
1.6
;
line-height:
20px
;
padding: 0 10px;
cursor: pointer;
display: block;
Write
Preview
Loading…
Cancel
Save