Skip to content
Snippets Groups Projects
Commit 18eb7c60 authored by syuilo's avatar syuilo
Browse files

chore(client): Design tweaks

parent cf29e698
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
<div class="_content">
<div class="_keyValue" v-for="job in jobs" :key="job[0]">
<div>{{ job[0] }}</div>
<div>{{ job[1] | number }} jobs</div>
<div style="text-align: right;">{{ job[1] | number }} jobs</div>
</div>
</div>
</mk-container>
......
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