Commit 60a2d9f6 by Torkel Ödegaard

Dashboard: fix for collapsed rows became invisible when hide controls was enabled, Fixes #987

parent 3cd33b6f
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
**Fixes** **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 #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 #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) # 1.8.1 (2014-09-30)
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.hide-controls { .hide-controls {
padding: 0; padding: 0;
.row-control-inner { .row-tab {
display: none; display: none;
} }
.submenu-controls { .submenu-controls {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment