Skip to content

Commit 548e440

Browse files
committed
fix for LinkAssetVersionModal
1 parent 34d13f3 commit 548e440

File tree

1 file changed

+1
-1
lines changed
  • datahub-web-react/src/alchemy-components/components/Select

1 file changed

+1
-1
lines changed

datahub-web-react/src/alchemy-components/components/Select/components.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const PortalDropdownContainer = styled.div({
107107
gap: '8px',
108108
marginTop: '4px',
109109
overflow: 'auto',
110-
width: 'fit-content',
110+
width: '100%',
111111
minWidth: '250px',
112112
});
113113

0 commit comments

Comments
 (0)