Web: Fixed DropDownItem component display. Renamed ContentRow example.

This commit is contained in:
Ilya Oleshko 2019-07-08 10:26:15 +03:00
parent 6090fdc112
commit 6c49509b41
2 changed files with 2 additions and 1 deletions

View File

@ -237,7 +237,7 @@ const peopleContent = (userName, department, phone, email, headDepartment, statu
</Container>
)};
storiesOf('EXAMPLES|Row', module)
storiesOf('EXAMPLES|ContentRow', module)
.add('people row', () => {
return(

View File

@ -16,6 +16,7 @@ const StyledDropdownItem = styled.button`
margin: ${props => (props.isSeparator ? '0 16px' : '0')};
padding: ${props => (props.isUserPreview ? '0px' : '0 16px')};
text-decoration: none;
display: block;
user-select: none;
-o-user-select: none;