Fix left menu edit icon baseline

This commit is contained in:
soupette 2019-12-04 10:16:48 +01:00
parent 71d8de535b
commit db136c47dd
2 changed files with 3 additions and 3 deletions

View File

@ -71,13 +71,10 @@ function LeftMenuList({ customLink, links, title }) {
const renderCompo = (link, i) => {
const { links, name, title, ...rest } = link;
console.log({ link });
if (links) {
const isSearching = !isEmpty(search);
console.log({ links });
return (
<LeftMenuSubList
key={name}

View File

@ -51,7 +51,10 @@ const Dropdown = styled.div`
justify-content: space-between;
> svg {
margin-top: auto;
margin-bottom: auto;
color: #b3b5b9;
font-size: 12px;
z-index: -1;
}