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

This commit is contained in:
Torkel Ödegaard 2014-10-27 10:42:13 +01:00
parent 3cd33b6ffc
commit 60a2d9f624
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -15,7 +15,7 @@
.hide-controls {
padding: 0;
.row-control-inner {
.row-tab {
display: none;
}
.submenu-controls {