We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582b680 commit 2dcbd47Copy full SHA for 2dcbd47
packages/react-dropdown/src/Categories.js
@@ -46,6 +46,7 @@ const Category = styled.main`
46
display: flex;
47
flex-direction: ${props => (props.twoColumn ? 'row' : 'column')};
48
flex-grow: 1;
49
+ width: 100%;
50
`;
51
52
export const Divider = styled.section`
packages/react-dropdown/src/Items.js
@@ -41,6 +41,7 @@ const Items = styled.ul`
41
42
flex-direction: column;
43
44
45
export const HIGHLIGHTED = (props: { theme: Object }) =>
0 commit comments