remove min-height from content class (#17205) (#17218)

This commit is contained in:
Nathan Reese 2018-03-16 14:00:39 -06:00 committed by GitHub
parent 72669f264f
commit 5ad27b4951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,8 @@ kbn-management-app {
font-size: 1.5em;
margin: 0 10px;
}
min-height: 100vh;
}
kbn-management-landing {

View file

@ -60,7 +60,6 @@ ul.navbar-inline li {
.content {
.real-flex-parent(@flow: row nowrap);
width: 100%;
min-height: 100vh;
height: 100%;
overflow: hidden;