mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Dashboard: Fix full height of Widgets based on new component
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
c97a805f1d
commit
739914654c
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ export default {
|
|||
|
||||
& > .panel--content {
|
||||
margin: 0 16px 16px 16px;
|
||||
height: 445px;
|
||||
height: 420px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue