mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix menu icon not centered in Layout.Sidere (#5039)
This commit is contained in:
parent
4bde2917d2
commit
d0db3ce426
@ -96,6 +96,7 @@ ReactDOM.render(<SiderDemo />, mountNode);
|
||||
|
||||
#components-layout-demo-side .ant-layout-sider-collapsed .anticon {
|
||||
font-size: 16px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
#components-layout-demo-side .ant-layout-sider-collapsed .nav-text {
|
||||
@ -104,5 +105,5 @@ ReactDOM.render(<SiderDemo />, mountNode);
|
||||
|
||||
#components-layout-demo-side .ant-layout-sider-collapsed .ant-menu-submenu-vertical > .ant-menu-submenu-title:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user