mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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 renderCompo = (link, i) => {
|
||||||
const { links, name, title, ...rest } = link;
|
const { links, name, title, ...rest } = link;
|
||||||
console.log({ link });
|
|
||||||
|
|
||||||
if (links) {
|
if (links) {
|
||||||
const isSearching = !isEmpty(search);
|
const isSearching = !isEmpty(search);
|
||||||
|
|
||||||
console.log({ links });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<LeftMenuSubList
|
<LeftMenuSubList
|
||||||
key={name}
|
key={name}
|
||||||
|
@ -51,7 +51,10 @@ const Dropdown = styled.div`
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
> svg {
|
> svg {
|
||||||
|
margin-top: auto;
|
||||||
|
margin-bottom: auto;
|
||||||
color: #b3b5b9;
|
color: #b3b5b9;
|
||||||
|
font-size: 12px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user