Commit 2f2029a5 by Torkel Ödegaard

fix(dashboard): fixed dashboard layout for mobile devices, fixes #4529

parent 171f6422
# 3.0.0 (unrelased master branch)
# 3.0.0-beta2 (unreleased)
### Bug fixes
* **Dashboard**: Fixed dashboard panel layout for mobile devices, fixes [#4529](https://github.com/grafana/grafana/issues/4529)
# 3.0.0-beta1 (2016-03-31)
### New Features
* **Playlists**: Playlists can now be persisted and started from urls, closes [#3655](https://github.com/grafana/grafana/issues/3655)
......
......@@ -4,7 +4,7 @@
"company": "Coding Instinct AB"
},
"name": "grafana",
"version": "3.0.0-beta1",
"version": "3.0.0-beta2",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git"
......
......@@ -7,8 +7,8 @@
// ---------------------
@include media-breakpoint-down(sm) {
div.panel {
width: 100%;
padding: 0px;
width: 100% !important;
padding: 0px !important;
}
.panel-margin {
margin-right: 0;
......
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