summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>2023-05-30 16:35:45 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-11 08:23:27 +0200
commit26d1416d1117ed2234b8a1a4292281d4928bcda1 (patch)
tree164f5113d0cad3723de982669713e007619a4361 /apps
parente20d10ce19447107d2993827774808b86085a612 (diff)
downloadnextcloud-server-26d1416d1117ed2234b8a1a4292281d4928bcda1.tar.gz
nextcloud-server-26d1416d1117ed2234b8a1a4292281d4928bcda1.zip
Improved display of app links
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/src/components/AppDetails.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/src/components/AppDetails.vue b/apps/settings/src/components/AppDetails.vue
index 0a963f1b636..b9a4eba36a6 100644
--- a/apps/settings/src/components/AppDetails.vue
+++ b/apps/settings/src/components/AppDetails.vue
@@ -237,6 +237,9 @@ export default {
}
&__documentation {
padding-top: 20px;
+ a.appslink {
+ display: block;
+ }
}
&__description {
padding-top: 20px;