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
26 lines (20 loc) • 387 B
text/less
@import (reference) "~ui/styles/mixins.less";
@import '../chart.less';
@import '../suggestions.less';
.timelion-vis {
min-width: 100%;
display: flex;
flex-direction: column;
[chart] {
min-width: 100%;
flex: 1;
display: flex;
flex-direction: column;
}
}
.timelion-vis-editor-expression {
position: relative;
.suggestions {
position: absolute;
}
}