Przeglądaj źródła

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

Torkel Ödegaard 9 lat temu
rodzic
commit
e3376136ca
2 zmienionych plików z 7 dodań i 2 usunięć
  1. 6 1
      CHANGELOG.md
  2. 1 1
      public/sass/_old_responsive.scss

+ 6 - 1
CHANGELOG.md

@@ -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)

+ 1 - 1
public/sass/_old_responsive.scss

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