Plugin Author
ERA404
(@era404)
Hello @tsic
Would you please list the browsers (and versions), and OS you’re using to produce this unusual behavior..?
Thanks
Thread Starter
tsic
(@tsic)
Hello,
This weird behaviour happens with both Firefox ESR 60.6.3esr (64 bits) and Edge on Windows 10 64bits (1809)
Everything is fine with Chrome (just installed for testing)
Plugin Author
ERA404
(@era404)
Hello @tsic
I can’t reproduce the issue on FF 67.0 (64-bit) Windows (7).
Try adding display:block; to the contactcard style, as shown below, and let me know if that helps with your issue:
.staffdirectory p.contactcard {
color: #555;
text-decoration: none;
margin: 4px 0px 3px 0;
display: block; //<--- add this
}
Thread Starter
tsic
(@tsic)
Hello,
thanks for your answer but same problem adding this css.
I tried with latest Firefox and no problem, next ESR will switch to firefox 68 during july, we can wait for it without problem .
Plugin Author
ERA404
(@era404)
Hello @tsic
Sounds good. Please keep us posted.
ERA404