diff --git a/package.json b/package.json index 99c282a006d6b..c1161c7fcae76 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@bigfunger/decompress-zip": "0.2.0-stripfix3", "@bigfunger/jsondiffpatch": "0.1.38-webpack", "@elastic/datemath": "2.3.0", - "@elastic/kibana-ui-framework": "0.0.11", + "@elastic/kibana-ui-framework": "0.0.13", "@spalger/filesaver": "1.1.2", "@spalger/leaflet-draw": "0.2.3", "@spalger/leaflet-heat": "0.1.3", diff --git a/src/core_plugins/timelion/public/app.less b/src/core_plugins/timelion/public/app.less index 4da20b3261d8a..0095eaa710480 100644 --- a/src/core_plugins/timelion/public/app.less +++ b/src/core_plugins/timelion/public/app.less @@ -121,7 +121,7 @@ timelion-interval { display: flex; } -.timelionFunctionsDropdown { +.timelionFunctionsDropdownContent { height: 310px; overflow-y: auto; } @@ -144,27 +144,22 @@ timelion-interval { } .doc-container-content { - padding: 0 20px 20px 20px; - height: 310px; - overflow-y: auto; - background-color: @body-bg; position: relative; } .doc-container-buttons { position: relative; text-align: center; - background-color: @body-bg; height: 40px; .btn-doc-prev { position: absolute; - left: 20px; + left: 0px; } .btn-doc-next { position: absolute; - right: 20px; + right: 0px; } } diff --git a/src/core_plugins/timelion/public/partials/docs/tutorial.html b/src/core_plugins/timelion/public/partials/docs/tutorial.html index e075aa5eb855f..23b4f22e7c74f 100644 --- a/src/core_plugins/timelion/public/partials/docs/tutorial.html +++ b/src/core_plugins/timelion/public/partials/docs/tutorial.html @@ -145,44 +145,46 @@
.{{function.name}}() | -{{function.help}} | -
.{{function.name}}() | +{{function.help}} | +||||||||||||||
-
-
- This function does not accept any arguments. Well that's simple, isn't it?
+
+
+ |
-
+
-
-
+ This function does not accept any arguments. Well that's simple, isn't it?
+
|