Web: Common: FilterInput: fixed heigh of filter items

This commit is contained in:
Artem Tarasov 2020-11-19 13:50:26 +03:00
parent be094640fe
commit fbdb29f751
2 changed files with 2 additions and 2 deletions

View File

@ -747,7 +747,7 @@ class FilterInput extends React.Component {
let iconSize = 30;
switch (size) {
case "base":
iconSize = 30;
iconSize = 32;
break;
case "middle":
case "big":

View File

@ -169,7 +169,7 @@ export const StyledFilterItem = styled.div`
display: ${(props) => (props.block ? "flex" : "inline-block")};
margin-bottom: ${(props) => (props.block ? "8px" : "0")};
position: relative;
height: 24px;
height: 26px;
margin-right: 2px;
border: 1px solid #eceef1;
border-radius: 3px;