Skip to content
Snippets Groups Projects
Unverified Commit db42b469 authored by Jan C. Borchardt's avatar Jan C. Borchardt Committed by Julien Veyssier
Browse files

Dashboard: No need to extend height of widgets if only one column is shown

parent 03603db4
No related branches found
No related tags found
No related merge requests found
...@@ -392,6 +392,13 @@ export default { ...@@ -392,6 +392,13 @@ export default {
height: 420px; height: 420px;
overflow: auto; overflow: auto;
} }
// No need to extend height of widgets if only one column is shown
@media only screen and (max-width: 709px) {
& > .panel--content {
height: auto;
}
}
} }
.footer { .footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment