From 6bc72de0ec316d9fa5bf91ce452a15ac59f5637c Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Mon, 22 Sep 2014 14:17:37 -0700 Subject: [PATCH] prevent heading text from being cut off when making dashboard visualizations really short --- src/kibana/apps/dashboard/styles/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kibana/apps/dashboard/styles/main.less b/src/kibana/apps/dashboard/styles/main.less index 81602c8aa6fab..06f488fe38e3c 100644 --- a/src/kibana/apps/dashboard/styles/main.less +++ b/src/kibana/apps/dashboard/styles/main.less @@ -67,7 +67,7 @@ dashboard-grid { .panel-heading { .flex(); - min-height: 25px; + min-height: 38px; white-space: nowrap; display: flex;