Explorar o código

Tweak menu margin

afc163 %!s(int64=8) %!d(string=hai) anos
pai
achega
89ed9cc274
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/layouts/BasicLayout.js

+ 1 - 2
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)}
             </Menu>