diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-09-23 11:19:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 11:19:49 +0200 |
commit | 0431ad8a02225ae822b8c28db95a78d01bc7ac4c (patch) | |
tree | fe3e6b3aaf12447f918542b2f03c72bfbf572aa4 /apps/dashboard | |
parent | 11ec90d8aeed7f0b893b4dec3d6fd9332376c035 (diff) | |
parent | b5d8fc9666a5a7bca5316113fda30feebca492c1 (diff) | |
download | nextcloud-server-0431ad8a02225ae822b8c28db95a78d01bc7ac4c.tar.gz nextcloud-server-0431ad8a02225ae822b8c28db95a78d01bc7ac4c.zip |
Merge pull request #34191 from Jerome-Herbinet/patch-7
DashBoard : Allow up to 5 widgets side by side
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/src/DashboardApp.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/DashboardApp.vue b/apps/dashboard/src/DashboardApp.vue index 3c13278f0d4..6d7288b69f4 100644 --- a/apps/dashboard/src/DashboardApp.vue +++ b/apps/dashboard/src/DashboardApp.vue @@ -441,7 +441,7 @@ export default { .panels { width: auto; margin: auto; - max-width: 1500px; + max-width: 1800px; display: flex; justify-content: center; flex-direction: row; |