From 83d7db363d9b0cdc0197179031e7760e9084f834 Mon Sep 17 00:00:00 2001 From: Ayhan Date: Wed, 27 Jul 2016 02:37:54 +0300 Subject: [PATCH] Fix linux tab margin (#442) * Fix linux tab margin, close #433 * fix statement --- lib/components/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/tab.js b/lib/components/tab.js index 1c4050fa..9a15ce0f 100644 --- a/lib/components/tab.js +++ b/lib/components/tab.js @@ -85,7 +85,7 @@ export default class Tab extends Component { }, first: { - marginLeft: '76px' + marginLeft: process.platform === 'darwin' ? 76 : 0 }, active: {