mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* Move inspector adapter integration into search source * docs and ts * Move other bucket to search source * test ts + delete unused tabilfy function * hierarchical param in aggconfig. ts improvements more inspector tests * fix jest * separate inspect more tests * jest * inspector * Error handling and more tests * put the fun in functional tests * code review * Add functional test for other bucket in search example app * test * test * ts * test * test * ts Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
6 lines
137 B
SCSS
6 lines
137 B
SCSS
@import '@elastic/eui/src/global_styling/variables/header';
|
|
|
|
.searchExampleStepDsc {
|
|
padding-left: $euiSizeXL;
|
|
font-style: italic;
|
|
}
|