From 60a2d9f6242aa12abc78a1c5586c2f62d80316f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= <torkel.odegaard@gmail.com> Date: Mon, 27 Oct 2014 10:42:13 +0100 Subject: [PATCH] Dashboard: fix for collapsed rows became invisible when hide controls was enabled, Fixes #987 --- CHANGELOG.md | 1 + src/css/less/grafana.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd27a6a6667..2f055665198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ **Fixes** - [Issue #925](https://github.com/grafana/grafana/issues/925). Graph: bar width calculation fix for some edge cases (bars would render on top of each other) - [Issue #505](https://github.com/grafana/grafana/issues/505). Graph: fix for second y axis tick unit labels wrapping on the next line +- [Issue #987](https://github.com/grafana/grafana/issues/987). Dashboard: Collapsed rows became invisible when hide controls was enabled ======= # 1.8.1 (2014-09-30) diff --git a/src/css/less/grafana.less b/src/css/less/grafana.less index 668feefdef0..31363ee4a31 100644 --- a/src/css/less/grafana.less +++ b/src/css/less/grafana.less @@ -15,7 +15,7 @@ .hide-controls { padding: 0; - .row-control-inner { + .row-tab { display: none; } .submenu-controls {