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