Commit 90352ee1 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'ui-fixes' into 'master'

Fix missing space between fork and star icons
Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

See merge request !2685
parents 23af5fc2 6f8ae855
...@@ -415,6 +415,10 @@ pre.light-well { ...@@ -415,6 +415,10 @@ pre.light-well {
a:hover { a:hover {
text-decoration: none; text-decoration: none;
} }
> span {
margin-left: 10px;
}
} }
.project-description { .project-description {
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
.project-controls .project-controls
- if ci_commit - if ci_commit
%span
= render_ci_status(ci_commit) = render_ci_status(ci_commit)
&nbsp;
- if forks - if forks
%span %span
= icon('code-fork') = icon('code-fork')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment