Fix width on FunctionController property_name 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.
docs: Fix a few typos There are small typos in: - tests/qunit.js Fixes: - Should read `prove` rather than `proove`. - Should read `parameters` rather than `paramaters`. - Should read `modifiers` rather than `modifers`. - Should read `guarantee` rather than `gurantee`. - Should read `annotation` rather than `annotaion`.
Fix width on FunctionController property_name 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.