Commit e3376136 by Torkel Ödegaard

fix(css): Fixed max dashboard title width (media query) for large screens, fixes #4859

parent 6c340dcb
# 3.0.0-beta6 (unreleased) # 3.0.0-beta7 (unreleased)
### Bug fixes
* **Dashboard title**: Fixed max dashboard title width (media query) for large screens, fixes [#4859](https://github.com/grafana/grafana/issues/4859)
# 3.0.0-beta6 (2016-04-29)
### Enhancements ### Enhancements
* **Singlestat**: Support for gauges in singlestat panel. closes [#3688](https://github.com/grafana/grafana/pull/3688) * **Singlestat**: Support for gauges in singlestat panel. closes [#3688](https://github.com/grafana/grafana/pull/3688)
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
} }
} }
.dashnav-dashboards-btn a { .page-dashboard .navbar-page-btn {
max-width: none; max-width: none;
} }
.gf-timepicker-nav-btn { .gf-timepicker-nav-btn {
......
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