Fix linux tab margin (#442)

* Fix linux tab margin, close #433

* fix statement
This commit is contained in:
Ayhan 2016-07-27 02:37:54 +03:00 committed by Guillermo Rauch
parent 05eba4b521
commit 83d7db363d

View file

@ -85,7 +85,7 @@ export default class Tab extends Component {
}, },
first: { first: {
marginLeft: '76px' marginLeft: process.platform === 'darwin' ? 76 : 0
}, },
active: { active: {