Hi Luke,
It appears that there is a conflict with your template's styling. Can you apply the following custom css on your template and see how it goes?
/* to address conflict with template where komento actions ellipses not showing */
.fdi.fa:before,
.fdi.fab:before,
.fdi.far:before {
font-weight: inherit;
}