From bee668ceb6fc0a03eecd80dc05c98442180f8f78 Mon Sep 17 00:00:00 2001 From: JuanCarlos Date: Tue, 20 Nov 2018 13:42:31 +0100 Subject: [PATCH] Right side help menu more narrow and elegant --- public/less/common.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/less/common.less b/public/less/common.less index e14143f1e..5b01957d8 100644 --- a/public/less/common.less +++ b/public/less/common.less @@ -388,6 +388,11 @@ kbn-vis .vis-container { overflow: hidden !important; } +md-sidenav { + width: 250px!important; + font-size: 12px; +} + /* Dev tools styles */ .wz-dev-box {