1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Desktop: Fixed title input field width on small windows

This commit is contained in:
Laurent Cozic 2020-12-08 23:27:11 +00:00
parent abf5d16da9
commit 01cf0de974

View File

@ -57,6 +57,7 @@ function styles_(props: Props) {
fontSize: Math.round(theme.textStyle.fontSize * 1.5),
backgroundColor: theme.backgroundColor,
border: 'none',
width: '100%',
},
titleDate: {