sag_components 2.0.0-beta257 → 2.0.0-beta258
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/dist/index.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -57288,6 +57288,7 @@ const scrollableStyles = `
|
|
|
57288
57288
|
const DropdownContainer = styled__default["default"].div`
|
|
57289
57289
|
position: relative;
|
|
57290
57290
|
width: ${props => props.width || '100%'};
|
|
57291
|
+
min-width: ${props => props.width || 'unset'};
|
|
57291
57292
|
font-family: "Poppins", sans-serif;
|
|
57292
57293
|
`;
|
|
57293
57294
|
const DropdownButton = styled__default["default"].button`
|