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
31 lines (21 loc) • 376 B
text/less
@import (reference) "~ui/styles/mixins.less";
.markdown-vis {
padding: 1em;
width: 100%;
}
.vis-editor {
&.vis-type-markdown {
.visualization-options {
.flex-parent();
flex: 1 1 auto;
}
.markdown-vis-options {
.flex-parent();
flex: 1 1 auto;
textarea {
flex: 1 1 auto;
resize: none;
}
}
}
}