Move negative margin, prevent overlapping on mobile applications page

This commit is contained in:
Oliver Davies 2019-03-14 17:54:18 +00:00
parent 122ad70961
commit 5122ef7e91
4 changed files with 4 additions and 4 deletions

View file

@ -62,7 +62,7 @@
<task-log :tasks="application.tasks" v-if="application.tasks[0]"></task-log>
</div>
<sidebar :links="[
<sidebar class="-mt-2px" :links="[
{ title: 'Environments', icon: 'alpha__grid', active: true, disabled: false },
{ title: 'Product Keys', icon: 'locations__keys', active: false, disabled: true },
{ title: 'Security', icon: 'alpha__security', active: false, disabled: true },