display assignee tooltip to show full name

This commit is contained in:
omair saleh
2020-06-30 15:51:48 +08:00
parent 3a367b9408
commit 723670ce2f
@@ -39,6 +39,9 @@
},
};
},
mounted(){
$('[data-toggle="tooltip"]').tooltip()
},
methods:{
deleteAssignee(id){
this.parameters.assignee_id = id;
@@ -57,4 +60,7 @@
.assignee-avatar:hover .delete-icon {
visibility: visible;
}
.tooltip {
font-size: 10px;
}
</style>