forked from trent_larson/crowd-funder-for-time-pwa
move save & cancel buttons further apart
This commit is contained in:
@@ -262,6 +262,7 @@
|
|||||||
placeholder="Name"
|
placeholder="Name"
|
||||||
v-model="contactNewName"
|
v-model="contactNewName"
|
||||||
/>
|
/>
|
||||||
|
<div class="flex justify-between">
|
||||||
<button
|
<button
|
||||||
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
class="text-sm bg-blue-600 text-white px-2 py-1.5 rounded -ml-1.5 border-l border-blue-400"
|
||||||
@click="onClickSaveName(contactEdit, contactNewName)"
|
@click="onClickSaveName(contactEdit, contactNewName)"
|
||||||
@@ -277,6 +278,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user