Increase spacing around "Create" button for model-index
This commit is contained in:
parent
427732bf1a
commit
3392f8cbd6
|
@ -7,7 +7,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="buttons"
|
<div class="buttons block"
|
||||||
v-if="allowCreate && userCanCreate()">
|
v-if="allowCreate && userCanCreate()">
|
||||||
<b-button class="new-object"
|
<b-button class="new-object"
|
||||||
type="is-primary"
|
type="is-primary"
|
||||||
|
|
Loading…
Reference in a new issue