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.esm.js
CHANGED
|
@@ -57278,6 +57278,7 @@ const scrollableStyles = `
|
|
|
57278
57278
|
const DropdownContainer = styled.div`
|
|
57279
57279
|
position: relative;
|
|
57280
57280
|
width: ${props => props.width || '100%'};
|
|
57281
|
+
min-width: ${props => props.width || 'unset'};
|
|
57281
57282
|
font-family: "Poppins", sans-serif;
|
|
57282
57283
|
`;
|
|
57283
57284
|
const DropdownButton = styled.button`
|