mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
0c3bb057e2
commit
d2587a8100
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
.guidePage {
|
||||
display: flex;
|
||||
flex: 1 0 auto;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.guidePageBody {
|
||||
|
|
|
@ -57,7 +57,7 @@ body {
|
|||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 1 1 auto;
|
||||
flex: 1 0 auto;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue