Checkbox css bug

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
jsoft
Posts: 15
Joined: 03 May 2019, 12:29

08 May 2019, 18:19

Hi,
I've found a bug in the theme css when using multiple p:selectBooleanCheckbox with itemLabel:
Image
I think the

Code: Select all

body .ui-chkbox
class shouldn't have width and height, because they're in the

Code: Select all

body .ui-chkbox .ui-chkbox-box
class

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

14 May 2019, 08:56

Fixed now. Please try the following CSS;

Code: Select all

body .ui-selectbooleancheckbox {
    width: auto;
    height: auto;
}

body .ui-selectbooleancheckbox .ui-chkbox-label {
    margin: 0 0 0 8px;
}
Best Regards,

jsoft
Posts: 15
Joined: 03 May 2019, 12:29

02 Aug 2019, 17:53

Sorry for late reply. I used a different solution but your fix works as well. Thanks.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

05 Aug 2019, 13:51

No problem, thanks a lot for the update!

Best Regards,

Post Reply

Return to “Apollo - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest