Merge pull request #1317 from coreos-inc/fixspacingissue
Fix spacing issue in vuln box on info tab
This commit is contained in:
commit
685dd1a925
1 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,16 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository-events-summary-element .summary-list li {
|
.repository-events-summary-element .summary-list > li {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 8px;
|
||||||
|
position: relative;
|
||||||
|
margin-left: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository-events-summary-element .summary-list li i.fa {
|
.repository-events-summary-element .summary-list > li i.fa {
|
||||||
margin-right: 4px;
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
left: -26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository-events-summary-element .notification-event-fields {
|
.repository-events-summary-element .notification-event-fields {
|
||||||
|
@ -17,5 +21,4 @@
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 24px;
|
}
|
||||||
}
|
|
||||||
|
|
Reference in a new issue