Enonic version: 6.7.3
OS: Windows 10, Chrome 55.0.2883.28 beta (64-bit)
I am having a problem with the rendering of checkboxes in the part config. They seem to have some unneeded styling that disrupts the layout in the inspector window. I tried to recreate this on a collegues machine, but it looks OK with the same xp version on his mac book using chrome.
As you hopefully can see from the first screenshot the radio buttons have a width of 100% (from it’s min-width: 100% rule) which seem to disrupt the normal layout for radio buttons. If I disable the “.context-window .inspection-panel .form-view .input-view .form-input” rule or remove .form-input from the radio buttons, the layout seems fine.
Is this something I have caused somehow, or is it just a bug in the inspector?
Screenshots:
Seemingly broken: http://i.imgur.com/0yJW7mD.png
Seemingly fixed: http://i.imgur.com/6JK39JD.png