Page 1 of 1

Multiselect checkbox and span spacing

Posted: 12 Feb 2020, 03:02
by jmmygoggle
Multiselect checkbox on Avalon (also Morpheus and perhaps others) appears to have a minor CSS bug that creates crowding of span element's text next to the checkbox for each item.

Reviewing other themes without this problem indicated a different margin setting for the following selector:

Code: Select all

body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item .ui-chkbox
BUG: Property with spacing bug:

Code: Select all

margin-top: 0;
FIX: Property found in other themes without the bug:

Code: Select all

margin: 0 .5em 0 0;
Screenshot displaying crowded checkbox and text that needs additional space:
Image

This was discovered while reviewing the UI of various themes in Live Demo feature of Avalon's theme page.

I understand that I'm able to put this fix in place myself in my own CSS, but thought I should mention it here to improve this and other buggy themes at the source.

Re: Multiselect checkbox and span spacing

Posted: 21 Feb 2020, 13:32
by merve7
Hi,
Thank you so much for your feedback. We will fix it for the next release.