Cleanup
parent
ccbbaf077f
commit
8ab32ce3f5
|
@ -12,21 +12,17 @@ body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
> #react-root {
|
||||||
Chronograf Select Host Page
|
width: 100%;
|
||||||
----------------------------------------------
|
height: 100%;
|
||||||
*/
|
position: absolute;
|
||||||
body > #react-root {
|
top: 0;
|
||||||
width: 100%;
|
left: 0;
|
||||||
height: 100%;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,7 +30,6 @@ body > #react-root {
|
||||||
Layout
|
Layout
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.chronograf-root {
|
.chronograf-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Reference in New Issue