Contact card button styling..

This commit is contained in:
Cüneyt Şentürk
2021-01-01 16:01:53 +03:00
parent d990b8419a
commit 8a13227cb0

View File

@ -103,10 +103,10 @@
</table>
</div>
<button type="button" class="btn btn-link" @click="onContactEdit">
<button type="button" class="btn btn-link p-0" @click="onContactEdit">
{{ editContactText.replace(':contact_name', contact.name) }}
</button>&nbsp;&nbsp;
<button type="button" class="btn btn-link" @click="onContactList">
<button type="button" class="btn btn-link p-0" @click="onContactList">
{{ chooseDifferentContactText }}
</button>
</div>
@ -388,6 +388,8 @@ export default {
path += this.contact.id + '/edit';
add_new.text = this.editContactText.replace(':contact_name', this.contact.name);
window.axios.get(path)
.then(response => {
//this.show.contact_selected = false;