Skip to main content

We are on Brooklyn Update 1, Iteration 1.


Classic (out of the box) theme. Themes are Updated (no button to update appears.)


We are seeing checkboxes rendering very large in IE (11) and Chrome (56.0.2924.87). Normal appearance in Firefox (enterprise edition 31.3.0). This is making labels and boxes not line up for us anymore.


IE/Chrome (big checkboxes):


Firefox (looks normal)

Hi Chandra,


Similar to the existing workaround you mentioned earlier in this conversation, here’s a CSS rule you can try:


.nx-field input, .nx-field textarea, .nx-field .flex-text-wrap pre, .nx-field .nx-richtext-input {

    min-height: 1em !important;

    max-height: 1.2em !important;

}


It looks like this issue is slightly different underneath the hood, since before, a max-height wasn’t necessary. I will surface this with our product team for further investigation. 


Tried to use this, but the max-height made all our text input fields get super small, and our users could not see the text they were typing in to the field.


Mark - any thing else here we can try. The above workaround caused the other issues described. So we are left with still having large check boxes.


Reply