瀏覽代碼

ie11 fixes

tags/5.3-RC1
Stas Vilchik 8 年之前
父節點
當前提交
006df5cc57

+ 5
- 3
server/sonar-web/src/main/less/components/page.less 查看文件

@@ -3,9 +3,10 @@
@import (reference) "../init/links";

body {
min-height: 100vh;
display: flex;
flex-direction: column;
height: 100%;
min-height: 100vh;
}

.page {
@@ -20,13 +21,14 @@ body {

.page-wrapper {
box-sizing: border-box;
flex: 1;
flex: 1 0 auto;
}

.page-wrapper-simple {
display: flex;
justify-content: center;
align-items: center;
margin: 100px 0;
}

.page-wrapper-global {
@@ -85,4 +87,4 @@ body {
a {
.link-base-color;
}
}
}

+ 0
- 1
server/sonar-web/src/main/less/pages/overview.less 查看文件

@@ -158,7 +158,6 @@
.overview-domain-leak {
position: relative;
display: flex;
flex-direction: column;
padding: 30px 10px;
}


Loading…
取消
儲存