1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

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

This commit is contained in:
Luis Orozco 2019-04-28 09:23:17 -04:00 committed by Laurent Cozic
parent 6335cbedb8
commit d6e59c5238

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