You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dat-gui played fine with bootstrap 2, however with bootstrap 3 the styling goes
out the window for dat-gui (see attached screenshots working with bootstrap 2
and not working with bootstrap 3).
Are there any plans to make dat-gui work with bootstrap 3?
Original issue reported on code.google.com by [email protected] on 19 Jul 2014 at 1:51
I've solved this problem with these additional css codes.
======================
.dg .c input[type=text] {
line-height:normal;
}
.dg .c div {
box-sizing: content-box;
}
Original issue reported on code.google.com by
[email protected]
on 19 Jul 2014 at 1:51Attachments:
The text was updated successfully, but these errors were encountered: