fix(views): add bottom spacing
This commit is contained in:
parent
fa170b9397
commit
2c0d3f2885
@ -89,7 +89,7 @@ async function saveView() {
|
|||||||
v-model="newView"
|
v-model="newView"
|
||||||
class="mb-4"
|
class="mb-4"
|
||||||
/>
|
/>
|
||||||
<div class="is-flex is-justify-content-end">
|
<div class="is-flex is-justify-content-end mb-4">
|
||||||
<XButton
|
<XButton
|
||||||
:loading="projectViewService.loading"
|
:loading="projectViewService.loading"
|
||||||
@click="createView"
|
@click="createView"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user