This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Use monospace font in githook editor (
#1958
)
tags/v1.21.12.1
silverwind
Lunny Xiao
8 years ago
parent
889409ba31
commit
0168b7073d
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
public/css/index.css
+6
-0
public/less/_form.less
+ 3
- 0
public/css/index.css
View File
@@ -1166,6 +1166,9 @@ footer .ui.language .menu {
.new.webhook .events.fields .column {
padding-left: 40px;
}
.githook textarea {
font-family: monospace;
}
.repository {
padding-top: 15px;
padding-bottom: 80px;
+ 6
- 0
public/less/_form.less
View File
@@ -140,3 +140,9 @@
}
}
}
.githook {
textarea {
font-family: monospace;
}
}
Write
Preview
Loading…
Cancel
Save