@eturnity/eturnity_reusable_components 7.20.0--EPDM-9013.1 → 7.20.0--EPDM-9013.2

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.20.0--EPDM-9013.1",
3
+ "version": "7.20.0--EPDM-9013.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -315,7 +315,7 @@ const selectDropdown = styled('div', selectDropdownAttrs)`
315
315
  align-items: flex-start;
316
316
  padding: 0px;
317
317
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
318
- width: ${(props) => (props.optionWidth ? props.optionWidth : '100%')};
318
+ width: ${(props) => (props.optionWidth ? props.optionWidth : 'auto')};
319
319
  background-color: ${(props) =>
320
320
  props.theme.colors[props.bgColor]
321
321
  ? props.theme.colors[props.bgColor]