]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improved display of app links
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Tue, 30 May 2023 14:35:45 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 14:35:45 +0000 (16:35 +0200)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
apps/settings/src/components/AppDetails.vue

index dbd26fa876f7188b4115912d433b7e30745fe457..0440741f4c9cdbdd5de6733ee7c49948a15bc0c4 100644 (file)
@@ -238,6 +238,9 @@ export default {
        }
        &__documentation {
                padding-top: 20px;
+               a.appslink {
+                       display: block;
+               }
        }
        &__description {
                padding-top: 20px;