Dashboard: Fix full height of Widgets based on new component

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-04 18:29:39 +02:00 committed by Julius Härtl
parent c97a805f1d
commit 739914654c
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ export default {
& > .panel--content {
margin: 0 16px 16px 16px;
height: 445px;
height: 420px;
overflow: auto;
}
}