Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with bootstrap 3 #51

Open
GoogleCodeExporter opened this issue Oct 30, 2015 · 2 comments
Open

Does not work with bootstrap 3 #51

GoogleCodeExporter opened this issue Oct 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 15 Apr 2015 at 2:52

@GoogleCodeExporter
Copy link
Author

My current hack:
d3.selectAll('.hue-field').style('width','13px');

Original comment by [email protected] on 1 May 2015 at 6:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant