@thecb/components 10.6.7 → 10.6.8

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": "@thecb/components",
3
- "version": "10.6.7",
3
+ "version": "10.6.8",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -357,7 +357,7 @@ const Dropdown = ({
357
357
  setInputChangedByAutofill(true);
358
358
  }
359
359
  }}
360
- padding="12px"
360
+ padding="12px 25px 12px 12px"
361
361
  placeholder={getSelection()}
362
362
  required={options.required || isRequired}
363
363
  role="combobox"