web: Components: Fixed line-height css property for noBorder ComboBox

This commit is contained in:
Ilya Oleshko 2019-12-16 14:14:19 +03:00
parent dcf9c3ec2c
commit 1910aac29c

View File

@ -61,7 +61,7 @@ const StyledComboButton = styled.div`
margin-right: 8px;
max-width: 175px;
${props => props.noBorder && `
line-height: 13px;
line-height: 15px;
border-bottom: 1px dashed transparent;
`}
}