dataarts / dat.gui

Lightweight controller library for JavaScript.
Apache License 2.0
7.46k stars 1.08k forks source link

Fix width on FunctionController property_name #306

Closed RussTedrake closed 2 years ago

RussTedrake commented 3 years ago

Before: Text descriptions for buttons (FunctionController) were being truncated unnecessarily to the same width as other Controllers that must share real estate with input elements.

This PR sets the css width for FunctionController elements to 100%. I've added to example.html in case it's useful.

Before: Screenshot from 2021-09-07 09-23-56

After: Screenshot from 2021-09-07 09-22-46

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

RussTedrake commented 3 years ago

@googlebot I signed it!

RussTedrake commented 2 years ago

@mrdoob -- might you let me know how to move this forward (or decide it's not wanted?). Many thanks!