Fix stretched layout by content

523b4360d2 (commitcomment-23527573)
This commit is contained in:
afc163 2017-08-08 13:38:10 +08:00
parent d339e628ed
commit 500b222556

View File

@ -11,6 +11,10 @@
&&-has-sider {
flex-direction: row;
> .@{layout-prefix-cls},
> .@{layout-prefix-cls}-content {
overflow-x: hidden;
}
}
&-header,