Skip to content

Commit

Permalink
improved display of .dashboard-block-double
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleverrier committed Oct 15, 2018
1 parent f5840ee commit b7098ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _build/templates/default/sass/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,12 @@
.dashboard-block-double {
clear: both;
height: auto;
min-height: 400px;
min-height: 600px;
width: 100%;

.body {
max-height: 600px;
}
}

.dashboard-block-variable .body {
Expand All @@ -101,4 +105,4 @@ ul.configcheck {
}

}
}
}

0 comments on commit b7098ec

Please sign in to comment.