Merge pull request #4643 from fouber/patch-1

Adjust the LeftMenuLinkContainer height
This commit is contained in:
Jim LAURIE 2020-01-02 13:56:08 +01:00 committed by GitHub
commit 27fa30eb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
const Wrapper = styled.div`
padding-top: 0.7rem;
position: absolute;
top: 60px;
top: 6rem;
right: 0;
bottom: 0;
left: 0;