Desktop: Fixed title input field width on small windows

pull/4205/head
Laurent Cozic 2020-12-08 23:27:11 +00:00
parent abf5d16da9
commit 01cf0de974
1 changed files with 1 additions and 0 deletions

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: {