mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(css): Fixed max dashboard title width (media query) for large screens, fixes #4859
This commit is contained in:
@@ -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
|
### 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 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashnav-dashboards-btn a {
|
.page-dashboard .navbar-page-btn {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
.gf-timepicker-nav-btn {
|
.gf-timepicker-nav-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user