From 89ed9cc274ab2b85f40fe77c3482e80ac1108fec Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 26 Oct 2017 13:47:13 +0800 Subject: [PATCH] Tweak menu margin --- src/layouts/BasicLayout.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/BasicLayout.js b/src/layouts/BasicLayout.js index 17bace81..4fff1da3 100644 --- a/src/layouts/BasicLayout.js +++ b/src/layouts/BasicLayout.js @@ -220,8 +220,7 @@ class BasicLayout extends React.PureComponent { {...menuProps} onOpenChange={this.handleOpenChange} selectedKeys={this.getCurrentMenuSelectedKeys()} - style={{ margin: '24px 0', width: '100%' }} - inlineIndent={24} + style={{ margin: '16px 0', width: '100%' }} > {this.getNavMenuItems(this.menus)} -- GitLab