mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Fix left menu edit icon baseline
This commit is contained in:
parent
71d8de535b
commit
db136c47dd
@ -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}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user