mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: fix for collapsed rows became invisible when hide controls was enabled, Fixes #987
This commit is contained in:
parent
3cd33b6ffc
commit
60a2d9f624
@ -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)
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
.hide-controls {
|
||||
padding: 0;
|
||||
.row-control-inner {
|
||||
.row-tab {
|
||||
display: none;
|
||||
}
|
||||
.submenu-controls {
|
||||
|
Loading…
Reference in New Issue
Block a user