diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2022-09-22 15:23:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 15:23:03 +0200 |
commit | b5d8fc9666a5a7bca5316113fda30feebca492c1 (patch) | |
tree | 4350c6167d249008f7b9b427f09e9a29da7e7ef3 /apps | |
parent | 8c7a35cc781af3baa3621b4b8379f7bbe5f12ec0 (diff) | |
download | nextcloud-server-b5d8fc9666a5a7bca5316113fda30feebca492c1.tar.gz nextcloud-server-b5d8fc9666a5a7bca5316113fda30feebca492c1.zip |
DashBoard : Allow up to 5 widgets side by side
Signed-off-by: Jérôme Herbinet <j.herbinet@protonmail.ch>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Diffstat (limited to 'apps')
-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; |