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

Desktop: Fixes #2917: Prevent title overflow on small windows (#2918)

This commit is contained in:
anirudh murali 2020-03-27 12:16:40 +00:00 committed by GitHub
parent 62db3d09ea
commit ae73051797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2023,6 +2023,7 @@ class NoteTextComponent extends React.Component {
backgroundColor: theme.backgroundColor,
border: '1px solid',
borderColor: theme.dividerColor,
overflow: 'hidden',
};
const toolbarStyle = {