fix firefox Layout.Sider can't collapse to zero width (#5833)

This commit is contained in:
ddcat1115
2017-04-22 10:38:44 +08:00
committed by GitHub
parent c0125ff1ce
commit b236d73348
+2
View File
@@ -41,6 +41,8 @@
transition: all .3s @ease-out;
position: relative;
background: @layout-sider-background;
/* fix firefox can't set width smaller than content on flex item */
min-width: 0;
&-has-trigger {
padding-bottom: @layout-trigger-height;