mirror of https://github.com/laurent22/joplin.git
Desktop: Improved: Removed gaps between note list and vertical resizers (#1464)
parent
6335cbedb8
commit
d6e59c5238
|
@ -334,6 +334,8 @@ class MainScreenComponent extends React.Component {
|
|||
height: rowHeight,
|
||||
display: 'inline-block',
|
||||
verticalAlign: 'top',
|
||||
marginLeft: -5,
|
||||
marginRight: -5,
|
||||
};
|
||||
|
||||
this.styles_.noteText = {
|
||||
|
|
Loading…
Reference in New Issue