code-browser: Fix subtle margin at breadcrumbs
See: Yona github issue #94 https://github.com/yona-projects/yona/issues/94#issuecomment-274714963
@688ccd9c1590862b15127e8b7faf843f69d22ea5
--- app/views/code/view.scala.html
+++ app/views/code/view.scala.html
... | ... | @@ -86,8 +86,7 @@ |
86 | 86 |
} |
87 | 87 |
</select> |
88 | 88 |
<div id="breadcrumbs" class="code-breadcrumb-wrap ml10 pull-left"> |
89 |
- <a href="@routes.CodeApp.codeBrowserWithBranch(project.owner, project.name, URLEncoder.encode(branch, "UTF-8"), "")">@project.name</a> |
|
90 |
- @makeBreadCrumbs(path) |
|
89 |
+ <a href="@routes.CodeApp.codeBrowserWithBranch(project.owner, project.name, URLEncoder.encode(branch, "UTF-8"), "")">@project.name</a>@makeBreadCrumbs(path) |
|
91 | 90 |
</div> |
92 | 91 |
@if(project.isGit) { |
93 | 92 |
<div class="pull-right"> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?