Skip to content

Commit

Permalink
Dashboard: Fix full height of Widgets based on new component
Browse files Browse the repository at this point in the history
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt authored and juliushaertl committed Aug 5, 2020
1 parent 13a84fe commit bdf7257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default {
& > .panel--content {
margin: 0 16px 16px 16px;
height: 445px;
height: 420px;
overflow: auto;
}
}
Expand Down

0 comments on commit bdf7257

Please sign in to comment.