html - Janrain Engage Social Login Looks Messed Up in Bootstrap 3 -


Has anyone else enabled enabling genetic engineering and bootstrap 3.x?

In order to use Bootstrap 3, after updating, my project, in the attached enclosed sign-in widget, appears to be disturbing and it seems that overflow is beyond its limits. According to this, this bootstrap box-sizing: border-box; is due to the use. Janian claims that they can not make any changes because they need to continue to support IE7, but by January 2014, they were ceasing support for IE7. However, the change has not been made and it is still messing up.

Here's the Jernian Engage sign-in widget that looks in Chrome:

 chrome

and in Firefox:

 Firefox

Unfortunately, the community forum is apparently not open to users with free accounts, and I did not find any response from the Janane Engineering Team.

I tried to disable box-sizing: boundary-box; on & lt; div id = "janrainModalOverlay" & gt; , but it has a negative impact on the rest of the layout.

Has anyone else made a simple decision for this issue?

Thank you!

I found a very simple improvement for this. I'm not sure why I did not come before in your CSS file, add the following:

  #janrainModal {box-size: content box; }   

Hope that helps someone else who is struggling with the same thing.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -