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
#830
from TonyTsangHK/dev
Add max-width to commit message of repo-files-table
tags/v1.2.0-rc1
无闻
11 years ago
parent
13e35398aa
9f4e584122
commit
9e61ec316e
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
public/ng/css/gogs.css
+5
-0
public/ng/less/gogs/repository.less
+ 3
- 0
public/ng/css/gogs.css
View File
@@ -1250,6 +1250,9 @@ The register and sign-in page style
color: #428BCA;
text-decoration: underline;
}
#repo-files-table td.message .text-truncate {
max-width: 360px;
}
#repo-files-table tbody {
background-color: #FFF;
}
+ 5
- 0
public/ng/less/gogs/repository.less
View File
@@ -281,6 +281,11 @@
color: #428BCA;
text-decoration: underline;
}
td.message {
.text-truncate {
max-width: 360px;
}
}
tbody {
background-color: #FFF;
tr:hover {
Write
Preview
Loading…
Cancel
Save