@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
24 lines (18 loc) • 385 B
text/less
@import (reference) "~ui/styles/variables";
doc-viewer .doc-viewer {
&-buttons, &-field {
white-space: nowrap;
}
&-value, pre {
display: inline-block;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap;
}
td, pre {
font-family: "Lucida Console", Monaco, monospace;
}
&-content {
margin-top: @padding-base-vertical;
}
}