Fix missing space between fork and star icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
d506b3f958
commit
6f8ae85567
2 changed files with 6 additions and 2 deletions
|
@ -415,6 +415,10 @@ pre.light-well {
|
|||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
> span {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.project-description {
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
.project-controls
|
||||
- if ci_commit
|
||||
= render_ci_status(ci_commit)
|
||||
|
||||
%span
|
||||
= render_ci_status(ci_commit)
|
||||
- if forks
|
||||
%span
|
||||
= icon('code-fork')
|
||||
|
|
Loading…
Reference in a new issue