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
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-09-23 12:19:49 +0300
committerGitHub <noreply@github.com>2022-09-23 12:19:49 +0300
commit0431ad8a02225ae822b8c28db95a78d01bc7ac4c (patch)
treefe3e6b3aaf12447f918542b2f03c72bfbf572aa4 /apps
parent11ec90d8aeed7f0b893b4dec3d6fd9332376c035 (diff)
parentb5d8fc9666a5a7bca5316113fda30feebca492c1 (diff)
Merge pull request #34191 from Jerome-Herbinet/patch-7
DashBoard : Allow up to 5 widgets side by side
Diffstat (limited to 'apps')
-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;