Skip to content

Commit

Permalink
Merge pull request #161 from bullhorn/f/category-space
Browse files Browse the repository at this point in the history
add spacing for Detail card
  • Loading branch information
acrowe2 authored Aug 29, 2017
2 parents 35433d6 + 3e38f28 commit df2133b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/detail/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{::detail.job.address.city}}<span data-ng-if="::(detail.job.address.city && detail.job.address.state)">,&nbsp;</span>{{::detail.job.address.state}}
</span>
<!-- SEPARATOR -->
<span class="card-separator" data-ng-show="::((detail.job.address.city || detail.job.address.state) && detail.job.employmentType)"> | </span>
<span class="card-separator" data-ng-show="::((detail.job.address.city || detail.job.address.state) && detail.job.employmentType)">&nbsp;|&nbsp;</span>
<!-- JOB TYPE -->
<span class="card-type">{{::detail.job.employmentType}}</span>
<!-- APPLY WITH LINKED IN || EMAIL JOB -->
Expand Down

0 comments on commit df2133b

Please sign in to comment.