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

pull/5137/head
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
1 changed files with 1 additions and 0 deletions

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) {