Desktop: Improved: Removed gaps between note list and vertical resizers (#1464)

pull/1467/head
Luis Orozco 2019-04-28 09:23:17 -04:00 committed by Laurent Cozic
parent 6335cbedb8
commit d6e59c5238
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ class MainScreenComponent extends React.Component {
height: rowHeight,
display: 'inline-block',
verticalAlign: 'top',
marginLeft: -5,
marginRight: -5,
};
this.styles_.noteText = {