Skip to content
Snippets Groups Projects
Verified Commit 6f8ae855 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix missing space between fork and star icons

parent d506b3f9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -415,6 +415,10 @@ pre.light-well {
a:hover {
text-decoration: none;
}
> span {
margin-left: 10px;
}
}
 
.project-description {
Loading
Loading
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment