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

This commit is contained in:
Torkel Ödegaard
2016-04-29 23:07:37 +02:00
parent 6c340dcb65
commit e3376136ca
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
# 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
* **Singlestat**: Support for gauges in singlestat panel. closes [#3688](https://github.com/grafana/grafana/pull/3688)

View File

@@ -78,7 +78,7 @@
}
}
.dashnav-dashboards-btn a {
.page-dashboard .navbar-page-btn {
max-width: none;
}
.gf-timepicker-nav-btn {