@engagebay/engagebay-form-module 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engagebay/engagebay-form-module",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Provide base form components to reacho",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -413,7 +413,7 @@ export function renderListBoxValue(
413
413
  };
414
414
  return (
415
415
  <>
416
- <span className="form-selected-option">{renderValue()}</span>
416
+ <span className="form-selected-option w-full">{renderValue()}</span>
417
417
  <SVGIcon
418
418
  name="chevronDown"
419
419
  className="h-5 w-5 text-gray-400"