@loadsmart/loadsmart-ui 6.0.12 → 6.0.13

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": "@loadsmart/loadsmart-ui",
3
- "version": "6.0.12",
3
+ "version": "6.0.13",
4
4
  "description": "Miranda UI, a React UI library",
5
5
  "main": "dist",
6
6
  "files": [
@@ -154,6 +154,7 @@ const GenericDropdownMenuWrapper = styled.div`
154
154
  const DropdownMenuWrapper = styled(GenericDropdownMenuWrapper)`
155
155
  max-height: 240px;
156
156
  overflow-y: auto;
157
+ width: max-content;
157
158
 
158
159
  ${DropdownItemWrapper} + ${DropdownItemWrapper},
159
160
  ${DropdownSectionHeader} + ${DropdownItemWrapper} {