mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:23:08 +02:00
chore(client): Design tweaks
This commit is contained in:
parent
cf29e69813
commit
18eb7c6087
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue