diff options
-rw-r--r-- | settings/css/settings.scss | 1 | ||||
-rw-r--r-- | settings/templates/apps.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 21dc76fcac3..b5b4ecf1e37 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -754,6 +754,7 @@ span.version { } a { padding: 10px; + margin: -6px; white-space: nowrap; } .official { diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 9e2f9cf2df4..3b22e99a015 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -58,7 +58,7 @@ $urlGenerator = $_['urlGenerator']; </div> <div class="app-version">{{version}}</div> <div class="app-level"> - {{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}"><?php p($l->t('View in store'));?> ↗</a>{{/unless}} + {{{level}}}{{#unless internal}}<a href="https://apps.nextcloud.com/apps/{{id}}" target="_blank"><?php p($l->t('View in store'));?> ↗</a>{{/unless}} </div> <div class="app-groups"> |