1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00

Desktop: Fixes #5916: Fixed search icon when note list is resized (#5974)

This commit is contained in:
Krishna Kumar 2022-01-09 00:42:18 +05:30 committed by GitHub
parent 7d3555d62c
commit dd68d6cf2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ export const Root = styled.div`
position: relative;
display: flex;
width: 100%;
min-width: 30px;
`;
interface Props {