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
Fix alignment for commits on dashboard (
#11595
) (
#11680
)
Fix alignment issue between commit SHA and commit message
tags/v1.12.0-rc2
mrsdizzie
GitHub
5 years ago
parent
830731b4e7
commit
91d7d01a66
1 changed files
with
15 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-6
web_src/less/_dashboard.less
+ 15
- 6
web_src/less/_dashboard.less
View File
@@ -80,6 +80,20 @@
&.feeds {
.news {
li {
display: flex;
align-items: baseline;
margin-top: .5rem;
margin-bottom: .5rem;
img {
align-self: flex-start;
}
}
li > * + * {
margin-left: .35rem;
}
line-height: 1.2;
> .ui.grid {
@@ -100,18 +114,13 @@
}
.push.news .content ul {
line-height:
initial
;
line-height:
18px
;
font-size: 13px;
list-style: none;
padding-left: 10px;
img {
margin-bottom: -2px;
}
.text.truncate {
width: 80%;
margin-bottom: -5px;
}
}
Write
Preview
Loading…
Cancel
Save