Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2022-09-22 16:23:03 +0300
committerGitHub <noreply@github.com>2022-09-22 16:23:03 +0300
commitb5d8fc9666a5a7bca5316113fda30feebca492c1 (patch)
tree4350c6167d249008f7b9b427f09e9a29da7e7ef3
parent8c7a35cc781af3baa3621b4b8379f7bbe5f12ec0 (diff)
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>
-rw-r--r--apps/dashboard/src/DashboardApp.vue2
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;