@spalger/kibana
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
27 lines (23 loc) • 580 B
text/less
body#test-harness-body {
// now that tests include the kibana styles, we have
// to override the body { display: flex; } rule as it
// prevents the visualizations from properly testing
// their sizing
display: block;
#mocha-stats .progress {
// bootstrap thinks it is the only one who will use ".progress"
height: auto;
background-color: transparent;
overflow: auto;
border-radius: 0;
}
#vislib-vis-fixtures {
height: 500px;
width: 1024px;
display: flex;
position: fixed;
top: 0;
left: 0;
overflow: hidden;
}
}