mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 19:36:20 +00:00
Merge pull request #4643 from fouber/patch-1
Adjust the LeftMenuLinkContainer height
This commit is contained in:
commit
27fa30eb60
@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
padding-top: 0.7rem;
|
padding-top: 0.7rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 60px;
|
top: 6rem;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user