kibana-123
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
16 lines (14 loc) • 424 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;
}
}