Possible Firefox bug
-
The avatars were right-aligned and only partly showing up on my website, while rendering fine in Chrome. Adding the below CSS code did the trick, and didn’t cause any issues elsewhere, so might be worth implementing in the plugin itself:
#ctf .ctf-author-avatar {
clear: both;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Possible Firefox bug’ is closed to new replies.