1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00

Desktop: Fixes #3876: Notebooks and tags click area was too narrow

This commit is contained in:
Laurent Cozic 2020-10-07 20:58:43 +01:00
parent 00057da17d
commit 566df5039c

View File

@ -78,6 +78,7 @@ export const StyledListItemAnchor = styled.a`
flex: 1;
align-items: center;
user-select: none;
height: 100%;
`;
export const StyledExpandLink = styled.a`