web: Components: Added max-width CSS property for DropDownItem component

This commit is contained in:
Ilya Oleshko 2019-12-16 15:19:15 +03:00
parent 6cb0082c57
commit 9ab1261d52

View File

@ -26,6 +26,7 @@ const disabledAndHeaderStyle = css`
const StyledDropdownItem = styled.div`
display: block;
width: 100%;
max-width: 280px;
border: 0px;
cursor: pointer;
margin: 0px;