This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
#604
from omeid/dev
Fix x padding for #repo-content for width < 1170px
tags/v1.2.0-rc1
无闻
10 years ago
parent
6588ce52fe
80c6cc6321
commit
0d5d555521
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
public/ng/less/gogs/repository.less
+ 2
- 2
public/ng/less/gogs/repository.less
View File
@@ -89,7 +89,7 @@
padding: 18px 0;
padding: 18px 0;
}
}
.repo-wide-wrapper {
.repo-wide-wrapper {
padding: 18px
0
;
padding: 18px;
position: relative;
position: relative;
}
}
#repo-clone-url {
#repo-clone-url {
@@ -655,4 +655,4 @@
white-space: nowrap;
white-space: nowrap;
margin-left: 44px;
margin-left: 44px;
margin-top: -15px;
margin-top: -15px;
}
}
Write
Preview
Loading…
Cancel
Save