Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
60a2d9f624
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      CHANGELOG.md
  2. 1 1
      src/css/less/grafana.less

+ 1 - 0
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)

+ 1 - 1
src/css/less/grafana.less

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