]> source.dussan.org Git - nextcloud-server.git/commitdiff
DashBoard : Allow up to 5 widgets side by side 34191/head
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Thu, 22 Sep 2022 13:23:03 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2022 13:23:03 +0000 (15:23 +0200)
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>
apps/dashboard/src/DashboardApp.vue

index 3c13278f0d463e00d52e5934a5ee1131d368c70d..6d7288b69f4bca32aadf32ed2a12b4400d445c87 100644 (file)
@@ -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;