mirror of https://github.com/laurent22/joplin.git
Desktop: Fixed title input field width on small windows
parent
abf5d16da9
commit
01cf0de974
|
@ -57,6 +57,7 @@ function styles_(props: Props) {
|
|||
fontSize: Math.round(theme.textStyle.fontSize * 1.5),
|
||||
backgroundColor: theme.backgroundColor,
|
||||
border: 'none',
|
||||
width: '100%',
|
||||
},
|
||||
|
||||
titleDate: {
|
||||
|
|
Loading…
Reference in New Issue