1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Fixes #4524: Empty note list panel does not scale with the note content panel (#5141)

This commit is contained in:
Siddharth Magadum 2021-07-06 18:32:22 +05:30 committed by GitHub
parent 3430f0bcae
commit 6cfd868b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ const StyledRoot = styled.div`
display: flex;
flex-direction: column;
overflow: hidden;
width: 100%;
`;
export default function NoteListWrapper(props: Props) {