浏览代码

HUE-6613 [frontend] Fix flex issues in IE 11

Johan Ahlen 8 年之前
父节点
当前提交
6e7fb4b93e

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue.less

@@ -54,7 +54,7 @@ body {
 
   > .navbar,
   > .banner {
-    .flex(1);
+    .flex(0 0 auto);
   }
 }
 

部分文件因为文件数量过多而无法显示