@@ -123,8 +123,6 @@
-ms-flex: @flex;
-webkit-flex: @flex;
flex: @flex;
- min-width: 0;
- min-height: 0;
}
.flex-align-items(@align: stretch) {
@@ -59,6 +59,8 @@ body {
.flex-direction(row);
position: relative;
width: 100%;
+ min-width: 0;
+ min-height: 0;
background-color: @cui-white;