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
28 lines (23 loc) • 455 B
text/less
.table-vis {
display: flex;
flex-direction: column;
flex: 1 0 100%;
}
.table-vis-error {
display: flex;
flex-direction: column;
justify-content: center;
flex: 1 0 100%;
text-align: center;
}
.table-vis-container {
kbn-agg-table-group > .table > tbody > tr > td {
border-top: 0px;
}
.pagination-other-pages {
justify-content: flex-end;
}
.pagination-size {
display: none;
}
}